Ask a question to get started
Enter to sendā¢Shift+Enter new line
Return docs most similar to embedding vector.
similarity_search_by_vector( self, embedding: List[float], k: int = DEFAULT_K, where: Optional[Dict[str, str]] = None, **kwargs: Any = {} ) -> List[Document]