From b30ad82f7f8ffdb1d5887c889c375d5d8bd16db6 Mon Sep 17 00:00:00 2001 From: Rigotti <3322252+jrgtt@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:36:04 +0100 Subject: [PATCH] Update link to Mistral docs (#409) --- notebooks/llms_rag.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/llms_rag.livemd b/notebooks/llms_rag.livemd index a3f257f3..40e970c0 100644 --- a/notebooks/llms_rag.livemd +++ b/notebooks/llms_rag.livemd @@ -357,4 +357,4 @@ And here we have our answer! -For additional context you can also visit the [Mistral docs](https://docs.mistral.ai/guides/basic-RAG) that go through a similar example. +For additional context you can also visit the [Mistral docs](https://docs.mistral.ai/guides/rag/) that go through a similar example.