[PR #4129] [CLOSED] docs(chroma): fix broken tutorials link in RAG section #4127

Closed
opened 2026-06-05 19:12:51 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4129
Author: @shonibarej
Created: 5/21/2026
Status: Closed

Base: mainHead: fix/chroma-broken-tutorials-link


📝 Commits (3)

  • 16636c7 docs(chroma): fix broken tutorials link in RAG section
  • c347479 Merge branch 'main' into fix/chroma-broken-tutorials-link
  • c2852e9 Merge branch 'main' into fix/chroma-broken-tutorials-link

📊 Changes

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

View changed files

📝 src/oss/python/integrations/vectorstores/chroma.mdx (+1 -1)

📄 Description

Overview

Fixes a broken link in the "Usage for retrieval-augmented generation"
section of the Chroma vector store integration page.

Type of change

Type: Fix typo/bug/link/formatting

Additional notes

The link /oss/langchain/rag was returning 404. Updated to:
https://docs.langchain.com/oss/python/langchain/rag


🔄 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/4129 **Author:** [@shonibarej](https://github.com/shonibarej) **Created:** 5/21/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/chroma-broken-tutorials-link` --- ### 📝 Commits (3) - [`16636c7`](https://github.com/langchain-ai/docs/commit/16636c714e07bcb61ee553dad7e7e741fcb95bbc) docs(chroma): fix broken tutorials link in RAG section - [`c347479`](https://github.com/langchain-ai/docs/commit/c34747903e5e095cb9302957d221b37abe4b3aae) Merge branch 'main' into fix/chroma-broken-tutorials-link - [`c2852e9`](https://github.com/langchain-ai/docs/commit/c2852e9b1109478f62d57997bcc01a6c46021267) Merge branch 'main' into fix/chroma-broken-tutorials-link ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/vectorstores/chroma.mdx` (+1 -1) </details> ### 📄 Description ## Overview Fixes a broken link in the "Usage for retrieval-augmented generation" section of the Chroma vector store integration page. ## Type of change **Type:** Fix typo/bug/link/formatting ## Additional notes The link `/oss/langchain/rag` was returning 404. Updated to: https://docs.langchain.com/oss/python/langchain/rag --- <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-06-05 19:12:51 -04:00
yindo closed this issue 2026-06-05 19:12:51 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4127