Ask a question to get started
Enter to sendā¢Shift+Enter new line
Search for similar images based on the given image URI.
similarity_search_by_image( self, uri: str, k: int = DEFAULT_K, filter: dict[str, str] | None = None, **kwargs: Any = {} ) -> list[Document]
uri
str
URI of the image to search for.
k
int
DEFAULT_K
Number of results to return.
filter
dict[str, str] | None
None
Filter by metadata.
**kwargs
Any
{}
Additional arguments to pass to function.