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

Conversation

@ankitdubey987
Copy link
Contributor

const collection = await client.createCollection({
name: "my_collection",
metadata: {
"description": "My first collection"
}
});

In above code snippet, the JavaScript object of metadata property has a "description" property, which ideally should be written as description without the "" (double quotes).

Thus, this double quotes is removed from the Client.md file.

const collection = await client.createCollection({
  name: "my_collection",
  metadata: {
    "description": "My first collection"
  }
});

In above code snippet, the JavaScript object of metadata property has a "description" property, which ideally should be written as description without the "" (double quotes).

Thus, this double quotes is removed from the Client.md file.
@vercel
Copy link

vercel bot commented Oct 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2023 7:47am

@jeffchuber
Copy link
Contributor

@ankitdubey987 thank you!

@jeffchuber jeffchuber merged commit 7d9d609 into chroma-core:main Oct 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants