Vector Search
POST/v1/search
Perform a vector search operation on a dataset.
The search operation will return the most relevant matches based on cosine similarity with the input text
.
The datasets queries should have an embedding column, and the appropriate embedding model loaded.
Request​
Responses​
- 200
- 400
- 500
Search completed successfully
Invalid request parameters
Internal server error