From f7706637a8844eea02d5f6826d7c86ff7029d524 Mon Sep 17 00:00:00 2001 From: Mahad <56235065+Mahad-lab@users.noreply.github.com> Date: Mon, 15 Jan 2024 21:37:03 +0500 Subject: [PATCH] docs: fix documentation broken link in integrations chroma (#16041) - **Description:** Fixed broken link in the documentation for Chroma., - **Issue:** - **Dependencies:** --- docs/docs/integrations/providers/chroma.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/providers/chroma.mdx b/docs/docs/integrations/providers/chroma.mdx index 76c2f74244..77a914471c 100644 --- a/docs/docs/integrations/providers/chroma.mdx +++ b/docs/docs/integrations/providers/chroma.mdx @@ -22,7 +22,7 @@ For a more detailed walkthrough of the Chroma wrapper, see [this notebook](/docs ## Retriever -See a [usage example](/docs/integrations/retrievers/self_query/chroma). +See a [usage example](/docs/integrations/retrievers/self_query/chroma_self_query). ```python from langchain.retrievers import SelfQueryRetriever