From 50258a7dda7bdcb11820c768769f698fb3cb8c82 Mon Sep 17 00:00:00 2001 From: Ragul Kachiappan Date: Tue, 4 Jun 2024 23:31:13 +0530 Subject: [PATCH] docs: Update chroma docs link for collection reference (#22472) Thank you for contributing to LangChain! - [x] **PR title**: "package: description" - Where "package" is whichever of langchain, community, core, experimental, etc. is being modified. Use "docs: ..." for purely docs changes, "templates: ..." for template changes, "infra: ..." for CI changes. - Example: "community: add foobar LLM" - [x] **PR message**: - **Description:** Updated dead link referencing chroma docs in Chroma notebook under vectorstores --- docs/docs/integrations/vectorstores/chroma.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/vectorstores/chroma.ipynb b/docs/docs/integrations/vectorstores/chroma.ipynb index 72be3d5fd17c8..53a9bfc32b2ca 100644 --- a/docs/docs/integrations/vectorstores/chroma.ipynb +++ b/docs/docs/integrations/vectorstores/chroma.ipynb @@ -30,7 +30,7 @@ "- `.peek`\n", "- and `.query` runs the similarity search.\n", "\n", - "View full docs at [docs](https://docs.trychroma.com/reference/Collection). To access these methods directly, you can do `._collection.method()`\n" + "View full docs at [docs](https://docs.trychroma.com/reference/py-collection). To access these methods directly, you can do `._collection.method()`\n" ] }, {