Ask a question to get started
Enter to sendā¢Shift+Enter new line
similarity_search_with_score( self, query: str, k: int = 4, filter: dict
query
str
Natural-language query to embed and search with
k
int
4
Number of results to return
filter
dict[str, Any] | None
None
kwargs
Any
{}
Return the top-k documents most similar to a text query, with scores.
Filter by metadata
Additional keyword args