Update Documents in a Collection
update_documents(
client,
collection_name,
ids,
documents = NULL,
metadatas = NULL,
embeddings = NULL,
tenant = "default_tenant",
database = "default_database"
)
NULL invisibly on success
A ChromaDB client object
Name of the collection
Vector of document IDs to update
List of new document contents
List of new metadata
Optional new pre-computed embeddings
The tenant name (default: "default")
The database name (default: "default")