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