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