Search
Search a namespace
Complete retrieval pipeline for RAG with semantic search, filtering, and reranking
POST
Authorizations
Default authentication mechanism
Headers
The tenant id to use for the request. If not provided, the default tenant will be used.
Path Parameters
The id of the namespace to search.
Body
application/json
The query to search for.
The number of results to fetch from the vector store. Defaults to 10
.
Required range:
1 <= x <= 100
Whether to rerank the results. Defaults to true
.
The number of results to return after reranking. Defaults to topK
.
Required range:
1 <= x <= 100
A filter to apply to the results.
The minimum score to return.
Required range:
0 <= x <= 1
Whether to include relationships in the results. Defaults to false
.
Whether to include metadata in the results. Defaults to true
.