Ask a question to get started
Enter to sendā¢Shift+Enter new line
Returns the most similar indexed documents to the query text.
ahybrid_search( self, query: str, k: int = 4, **kwargs: Any = {} ) -> List[Document]
query
str
The query text for which to find similar documents.
k
int
4
The number of documents to return. Default is 4.