Ask a question to get started
Enter to sendā¢Shift+Enter new line
asimilarity_search_by_vector( self, embedding: List[float], k: int = 4, **kwargs
embedding
List[float]
k
int
4
**kwargs
Any
{}
Return docs most similar to the given embedding vector.
Embedding to look up documents similar to.
Number of Documents to return.
Additional keyword arguments passed to _avector_search_with_score.
_avector_search_with_score