Ask a question to get started
Enter to sendā¢Shift+Enter new line
Return docs most similar to query.
similarity_search_with_score( self, query: str, k: int = 4 ) -> List[Tuple[Document, float]]
query
str
Text to look up documents similar to.
k
int
4
Number of Documents to return. Defaults to 4.