This endpoint can be used to filter document chunks based on a given query.
The query should be a single string.
Chunk ids should be a list of strings. Each string should be the UUID of an existing document chunk.
The model field should be the name of the model to use for filtering.
An optional integer n can be provided, which can be used to return the first n chunks that pass the filter.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request serializer for filtering document chunks based on a query.
The query string to filter document chunks against
List of document chunk UUIDs to filter
Model to use for the filtering, must exist and be configured. If no model is given, will try to use the 'reranker' finetune.
Maximum number of chunks to return (optional)