Ask a question to get started
Enter to sendā¢Shift+Enter new line
asimilarity_search_with_embedding( self, query: str, k: int = 4, filter: dict
query
str
Query to look up documents similar to.
k
int
4
Number of Documents to return. Defaults to 4.
filter
dict[str, Any] | None
None
Return docs most similar to the query with embedding.
Also includes the query embedding vector.
Filter on the metadata to apply.