From bde8e5dfb5fb803468bf1dc2f14b92b17fdb816f Mon Sep 17 00:00:00 2001 From: Mark Sze <66362098+marklysze@users.noreply.github.com> Date: Sun, 16 Nov 2025 11:11:57 +1100 Subject: [PATCH] Correct collection metadata sentence documentation --- .../markdoc/content/docs/collections/manage-collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.trychroma.com/markdoc/content/docs/collections/manage-collections.md b/docs/docs.trychroma.com/markdoc/content/docs/collections/manage-collections.md index 0cca052ce9c..d4be0068d23 100644 --- a/docs/docs.trychroma.com/markdoc/content/docs/collections/manage-collections.md +++ b/docs/docs.trychroma.com/markdoc/content/docs/collections/manage-collections.md @@ -175,7 +175,7 @@ const collection = await client.createCollection({ ### Collection Metadata -When creating collections, you can pass the optional `metadata` argument to add a mapping of metadata key-value pairs to your collections. This can be useful for adding general about the collection like creation time, description of the data stored in the collection, and more. +When creating collections, you can pass the optional `metadata` argument to add a mapping of metadata key-value pairs to your collections. This can be useful for adding general information about the collection like creation time, description of the data stored in the collection, and more. {% TabbedCodeBlock %}