Ask a question to get started
Enter to sendā¢Shift+Enter new line
Run more images through the embeddings and add to the VectorStore.
VectorStore
add_images( self, uris: list[str], metadatas: list[dict] | None = None, ids: list[str] | None = None ) -> list[str]
uris
list[str]
File path to the image.
metadatas
list[dict] | None
None
Optional list of metadatas. When querying, you can filter on this metadata.
ids
list[str] | None
Optional list of IDs. (Items without IDs will be assigned UUIDs)