Skip to content

VectorSearchOptions

Options for vector search via the convenience endpoint

PropertyTypeDescription
columnstringVector column to search
filters?QueryFilter[]Additional filters to apply
match_count?numberMaximum number of results
match_threshold?numberMinimum similarity threshold (0-1 for cosine, varies for others)
metric?VectorMetricDistance metric to use
query?stringText query to search for (will be auto-embedded)
select?stringColumns to select (default: all)
tablestringTable to search in
vector?number[]Direct vector input (alternative to text query)