Search API that supports both dense and sparse vector search with text or vector queries.
Bearer token authentication. Include the token in the Authorization header as 'Bearer
Search request supporting dense/sparse modes with vector or text queries
Search mode to use
dense, sparse, hybrid Number of top results to return from the hybrid search. Must be greater than 0.
"100"
Dense vector search configuration
SQL WHERE clause to filter the results. If not specified, no filtering will be applied.
"id < 1000"
Fusion configuration for combining results
Columns to include in the result set. Uses SQL projection syntax (e.g. "col1, col2"). If not specified, all columns will be returned.
"id, name"
Sparse vector search configuration