Ask a question to get started
Enter to sendā¢Shift+Enter new line
search( self, query: str, search_type: str, **kwargs: Any = {
query
str
search_type
**kwargs
Any
{}
Return docs most similar to query using a specified search type.
Input text.
Type of search to perform.
Can be 'similarity', 'mmr', or 'similarity_score_threshold'.
'similarity'
'mmr'
'similarity_score_threshold'
Arguments to pass to the search method.