Ask a question to get started
Enter to sendā¢Shift+Enter new line
Retrieve {k} contexts with for a given query
similarity_search( self, query: str, k: int = 10, **kwargs: Any = {} ) -> List[Document]
query
str
Query to submit to the model
k
int
10
The max number of context results to retrieve. Defaults to 10.