Ask a question to get started
Enter to sendā¢Shift+Enter new line
Perform a similarity search with ManticoreSearch
similarity_search( self, query: str, k: int = DEFAULT_K, **kwargs: Any = {} ) -> List[Document]
query
str
query string
k
int
DEFAULT_K
Top K neighbors to retrieve. Defaults to 4.