hybridSearch(
namespacePrefix: string[],
query: string,
options: __type = {}
): Promise<SearchItem| Name | Type | Description |
|---|---|---|
namespacePrefix* | string[] | |
query* | string | |
options | __type | Default: {} |
Performs hybrid search combining vector similarity and text search.
The namespace prefix to search within
The text query to search for
Search options including filter, vector weight, and similarity threshold