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