Ask a question to get started
Enter to sendā¢Shift+Enter new line
Return docs most similar to query with a hybrid query.
hybrid_search_with_score( self, query: str, k: int = 4, filters: Optional[str] = None, **kwargs: Any = {} ) -> List[Tuple[Document, float]]
query
str
Text to look up documents similar to.
k
int
4
Number of Documents to return. Defaults to 4.