Ask a question to get started
Enter to sendā¢Shift+Enter new line
similarity_search( self, query: str, k: int = 4, *, search_type: Optional
query
str
The query string.
k
int
4
Number of documents to return.
search_type
Optional[str]
None
Optional search type override.
**kwargs
Any
{}
Return documents most similar to the query using the specified search type.
Additional keyword arguments.