Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit b9f33dc

Browse files
authored
Merge pull request #192 from butane/patch-1
Fix collection.add parameter in getting-started doc.
2 parents e2bd22c + b41f9f7 commit b9f33dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ await collection.add({
178178
[1.2, 2.3, 4.5],
179179
[6.7, 8.2, 9.2],
180180
],
181-
where: [{ source: "my_source" }, { source: "my_source" }],
181+
metadatas: [{ source: "my_source" }, { source: "my_source" }],
182182
documents: ["This is a document", "This is another document"],
183183
});
184184
```

0 commit comments

Comments
 (0)