You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// - ids: The ids of the embeddings you wish to add
39
-
// - embeddings: The embeddings to add. If nil, embeddings will be computed based on the documents using the embeddingFunc set for the Collection. Optional.
40
-
// - metadatas: The metadata to associate with the embeddings. When querying, you can filter on this metadata. Optional.
45
+
// - embeddings: The embeddings to add. If nil, embeddings will be computed based
46
+
// on the documents using the embeddingFunc set for the Collection. Optional.
47
+
// - metadatas: The metadata to associate with the embeddings. When querying,
48
+
// you can filter on this metadata. Optional.
41
49
// - documents: The documents to associate with the embeddings.
42
50
//
43
51
// A row-based API will be added when Chroma adds it (they already plan to).
0 commit comments