Vector Search
Performs a vector search within the specified collection.
Request
This endpoint expects an object.
prompt
The search query provided as a JSON string.
collection
The collection within the vector store to search.
resultsCount
The number of results to return.
Response
OK
response
The search results returned as a JSON string.
collection
The collection within the vector store that was searched.
resultsCount
The number of results returned.
Errors
400
Bad Request Error