Ask a question to get started
Enter to sendā¢Shift+Enter new line
Search for documents similar to the query using the vectorstore
similarity_search( self, query: str, k: int = 4, *args: Any = (), **kwargs: Any = {} ) -> List[Document]
query
str
Query string to search for.
k
int
4
Number of results to return.