Add data to a Chroma collection with the .add method. It takes a list of unique string ids, and a list of documents. Chroma will embed these documents for you using the collection’s embedding function. It will also store the documents themselves. You can optionally provide a metadata dictionary for each document you add.