Vector Query
Search for rows, using any combination of vector search, full text search, and SQL filter expressions.
Authorizations
Path Parameters
name of the table
Body
Whether to bypass vector index.
The columns to return. Defaults to all columns in the table.
distance metric to use for search
L2
, Cosine
, Dot
A SQL filter expression that specifies the rows to query.
The full text query to search for.
The number of search results to return.
The number of partitions to search. Higher values yield better search results but are slower.
The number of search results to skip.
Whether to apply the filter before search.
The refine step re-ranks refine_factor * k results based on exact vectors. Null (the default) skips this step for faster queries.
The targeted vector to search for.
The column to query, it can be inferred from the schema if there is only one vector column.
Response
The response is of type file
.