Complete retrieval pipeline for RAG with semantic search, filtering, and reranking
Default authentication mechanism
Optional tenant id to use for the request. If not provided, the namespace will be used directly. Must be alphanumeric and up to 64 characters.
The id of the namespace (prefixed with ns_)
The query to search for.
The number of results to fetch from the vector store. Defaults to 10.
1 <= x <= 100Whether to rerank the results. Defaults to true.
The number of results to return after reranking. Defaults to topK.
1 <= x <= 100The reranking model to use.
cohere:rerank-v3.5, cohere:rerank-english-v3.0, cohere:rerank-multilingual-v3.0, zeroentropy:zerank-2, zeroentropy:zerank-1, zeroentropy:zerank-1-small A filter to apply to the results.
The minimum score to return.
0 <= x <= 1Whether to include relationships in the results. Defaults to false.
Whether to include metadata in the results. Defaults to true.
semantic, keyword