Ask a question to get started
Enter to sendā¢Shift+Enter new line
Perform a search on a query string and return results with score.
similarity_search_with_score( self, query: str, params: Optional[dict] = None, **kwargs: Any = {} ) -> List[Tuple[Document, float]]