Skip to main content

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​

Search completed successfully