Ask a question to get started
Enter to sendā¢Shift+Enter new line
Perform a similarity search with Yellowbrick
similarity_search( self, query: str, k: int = 4, **kwargs: Any = {} ) -> List[Document]
query
str
query string
k
int
4
Top K neighbors to retrieve. Defaults to 4.
NOTE
unknown
Please do not let end-user fill this and always be aware of SQL injection.