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