Upsert Documents to a Collection
upsert_documents(
client,
collection_name,
documents,
metadatas = NULL,
ids = NULL,
embeddings = NULL,
uris = NULL
)
Response from the API
A ChromaDB client object
Name of the collection
List of documents to upsert
List of metadata for each document
Vector of unique IDs for the documents
Optional pre-computed embeddings
Optional vector of URIs associated with the documents