Ask a question to get started
Enter to sendā¢Shift+Enter new line
asimilarity_search( self, query: str, k: int = 4, **kwargs: Any
query
str
k
int
4
**kwargs
Any
{}
Return docs most similar to query asynchronously.
Text to look up documents similar to.
Number of Documents to return. Defaults to 4.
Additional keyword arguments will be passed to the hybrid() function of the weaviate client.
hybrid()