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