From 0d1f54299074e2cc7b7d6709c8a2fbf993cd3fc3 Mon Sep 17 00:00:00 2001 From: nick-w-nick <43578531+nick-w-nick@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:37:36 -0500 Subject: [PATCH] fix(docs): Fix broken RAG tutorials link (#7391) --- docs/core_docs/docs/concepts/rag.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core_docs/docs/concepts/rag.mdx b/docs/core_docs/docs/concepts/rag.mdx index 381c06efce14..1e4483287fd0 100644 --- a/docs/core_docs/docs/concepts/rag.mdx +++ b/docs/core_docs/docs/concepts/rag.mdx @@ -102,7 +102,7 @@ RAG a deep area with many possible optimization and design choices: - See [this excellent blog](https://cameronrwolfe.substack.com/p/a-practitioners-guide-to-retrieval?utm_source=profile&utm_medium=reader2) from Cameron Wolfe for a comprehensive overview and history of RAG. - See our [RAG how-to guides](/docs/how_to/#qa-with-rag). -- See our RAG [tutorials](/docs/tutorials/#working-with-external-knowledge). +- See our RAG [tutorials](/docs/tutorials/rag). - See our RAG from Scratch course, with [code](https://github.com/langchain-ai/rag-from-scratch) and [video playlist](https://www.youtube.com/playlist?list=PLfaIDFEXuae2LXbO1_PKyVJiQ23ZztA0x). - Also, see our RAG from Scratch course [on Freecodecamp](https://youtu.be/sVcwVQRHIc8?feature=shared).