Integrated
Search a namespace
This operation converts a query to a vector embedding and then searches a namespace using the embedding. It returns the most similar records in the namespace, along with their similarity scores.
POST
/
records
/
namespaces
/
{namespace}
/
search
Path Parameters
The namespace to search.
Body
application/json
A search request for records in a specific namespace.
The query inputs to search with.
The fields to return in the search results.
Parameters for reranking the initial search results.
Was this page helpful?