Search for chunks in a vector store.
POST/v1/openai/v1/vector_stores/:vector_store_id/search
Search for chunks in a vector store. Searches a vector store for relevant chunks based on a query and optional file attribute filters.
Request​
Responses​
- 200
- 400
- 429
- 500
- default
A VectorStoreSearchResponse containing the search results.
The request was invalid or malformed
The client has sent too many requests in a given amount of time
The server encountered an unexpected error
An unexpected error occurred