Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the vector store to search.
"vs_abc123"
Body
A query string for a search
Whether to rewrite the natural language query for vector search.
The maximum number of results to return. This number should be between 1 and 50 inclusive.
1 <= x <= 50
A filter to apply based on file attributes. A filter used to compare a specified attribute key to a given value using a defined comparison operation.
Ranking options for search.
Response
OK
The object type, which is always vector_store.search_results.page
vector_store.search_results.page
The query used for this search.
The list of search result items.
Indicates if there are more results to fetch.
The token for the next page, if any.