OptionalAlphaBalance between vector and keyword: 0.0 = pure keyword, 1.0 = pure vector (default: 0.7)
OptionalfilterThis parameter allows you to modify your query with a metadata filter.
OptionalFusionMethod for fusing vector and keyword result lists (default: 'rrf')
OptionalincludeThis boolean value specifies whether metadata values are returned with query results.
By default, metadata values are not returned to reduce the size of the request payload.
OptionalincludeThis boolean value specifies whether embedding values are returned with query results.
By default, values are not returned to reduce the size of the request payload.
OptionalKeywordKeyword query string for the BM25/text search component
OptionalproviderOptional opaque configuration blob passed through to the vector DB driver.
Each driver reads the keys it understands and ignores the rest — callers
do not need to know which driver is in use. Populated from the rendered
ExternalIndexConfig on the scope's external-index row.
Example: Pinecone reads providerConfig.namespace for tenant isolation.
The number of query results you would like returned.
Vector values for the semantic similarity component
Options for hybrid search combining vector similarity with keyword (BM25) search. Providers that support hybrid search implement VectorDBBase.HybridQuery().