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: Optional[Dict[str, str]] = None, **kwargs: Any = {} ) -> List[Document]
uri
str
URI of the image to search for.
k
int
DEFAULT_K
Number of results to return. Defaults to DEFAULT_K.
filter
Optional[Dict[str, str]]
None
Filter by metadata.
**kwargs
Any
{}
Additional arguments to pass to function.