[PR #693] [MERGED] docs(chroma): Update Chroma Cloud connection example code #934

Closed
opened 2026-02-17 17:21:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/693
Author: @Asaki-M
Created: 9/29/2025
Status: Merged
Merged: 10/7/2025
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (2)

  • 8711540 docs(chroma): Update Chroma Cloud connection example code
  • 4c38097 Merge branch 'main' into main

📊 Changes

1 file changed (+8 additions, -3 deletions)

View changed files

📝 src/oss/javascript/integrations/vectorstores/chroma.mdx (+8 -3)

📄 Description

This PR updates the example code snippet for connecting to Chroma Cloud within the official documentation.

Description of Changes:

The primary change is in the docs/src/oss/javascript/integrations/vectorstores/chroma.mdx notebook, where the example for instantiating a Chroma vector store for a Chroma Cloud connection has been revised.

Reason for Change:

The previous example was not aligned with the latest implementation for connecting to Chroma Cloud. This update ensures that the documentation provides users with a correct and easy-to-follow example.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/693 **Author:** [@Asaki-M](https://github.com/Asaki-M) **Created:** 9/29/2025 **Status:** ✅ Merged **Merged:** 10/7/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`8711540`](https://github.com/langchain-ai/docs/commit/8711540476d7094bc12c05832f7e0eac1d95f3c9) docs(chroma): Update Chroma Cloud connection example code - [`4c38097`](https://github.com/langchain-ai/docs/commit/4c38097653b22ff1af48c3a57403cd085d1453dd) Merge branch 'main' into main ### 📊 Changes **1 file changed** (+8 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/vectorstores/chroma.mdx` (+8 -3) </details> ### 📄 Description This PR updates the example code snippet for connecting to Chroma Cloud within the official documentation. Description of Changes: The primary change is in the docs/src/oss/javascript/integrations/vectorstores/chroma.mdx notebook, where the example for instantiating a Chroma vector store for a Chroma Cloud connection has been revised. Reason for Change: The previous example was not aligned with the latest implementation for connecting to Chroma Cloud. This update ensures that the documentation provides users with a correct and easy-to-follow example. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:21:24 -05:00
yindo closed this issue 2026-02-17 17:21:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#934