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