Ask a question to get started
Enter to sendā¢Shift+Enter new line
Perform a similarity search with Yellowbrick by vectors
similarity_search_by_vector( self, embedding: List[float], k: int = 4, **kwargs: Any = {} ) -> List[Document]
embedding
List[float]
query embedding
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.