Performs a hybrid search on the vector store and returns the top 'k' similar documents.
azionHybridSearch(
query: string,
hybridSearchOptions: HybridSearchOptions
): Promise<[Document<Record<string, any>>, number][]>| Name | Type | Description |
|---|---|---|
query* | string | The query string to search for |
hybridSearchOptions* | HybridSearchOptions |