Vector Search

Performs a vector search within the specified collection.

Request

This endpoint expects an object.
promptstringRequired
The search query provided as a JSON string.
collectionintegerRequired
The collection within the vector store to search.
resultsCountintegerRequired
The number of results to return.

Response

OK
responsestringRead-only
The search results returned as a JSON string.
collectionintegerRead-only
The collection within the vector store that was searched.
resultsCountintegerRead-only
The number of results returned.

Errors

400
Bad Request Error