Ask a question to get started
Enter to sendā¢Shift+Enter new line
similarity_search_by_vector( self, embedding: List[float], k: int = 4, **kwargs
embedding
List[float]
k
int
4
Return docs selected using the similarity search by vector.
Embedding to look up documents similar to.
Number of Documents to return. Defaults to 4.