diff --git a/clients/js/README.md b/clients/js/README.md index 8e254ad2acd..30f665dac8c 100644 --- a/clients/js/README.md +++ b/clients/js/README.md @@ -24,7 +24,7 @@ const collection = await chroma.createCollection({ name: "test-from-js" }); for (let i = 0; i < 20; i++) { await collection.add({ ids: ["test-id-" + i.toString()], - embeddings, [1, 2, 3, 4, 5], + embeddings: [1, 2, 3, 4, 5], documents: ["test"], }); }