Ask a question to get started
Enter to sendā¢Shift+Enter new line
Run more images through the embeddings and add to the vectorstore.
add_images( self, uris: List[str], metadatas: Optional[List[dict]] = None, ids: Optional[List[str]] = None, **kwargs: Any = {} ) -> List[str]
uris List[str]
unknown
File path to the image.
metadatas
Optional[List[dict]]
None
Optional list of metadatas.
ids
Optional[List[str]]
Optional list of IDs.