From 75292b911fe40968cf525ec1e4b21550aa226dee Mon Sep 17 00:00:00 2001 From: jacoblee93 Date: Wed, 20 Nov 2024 23:36:01 -0800 Subject: [PATCH] Revert docs changes --- docs/core_docs/docs/integrations/chat/mistral.ipynb | 2 +- docs/core_docs/docs/integrations/llms/mistral.ipynb | 2 +- docs/core_docs/docs/integrations/text_embedding/mistralai.ipynb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/core_docs/docs/integrations/chat/mistral.ipynb b/docs/core_docs/docs/integrations/chat/mistral.ipynb index 587e7e461d2a..67f8cb3c71f4 100644 --- a/docs/core_docs/docs/integrations/chat/mistral.ipynb +++ b/docs/core_docs/docs/integrations/chat/mistral.ipynb @@ -252,7 +252,7 @@ "source": [ "## Tool calling\n", "\n", - "Mistral's API supports [tool calling](/docs/concepts#functiontool-calling) for a subset of their models. You can see which models support tool calling [on this page](https://docs.mistral.ai/capabilities/function_calling/).\n", + "Mistral's API supports [tool calling](/docs/concepts/tool_calling) for a subset of their models. You can see which models support tool calling [on this page](https://docs.mistral.ai/capabilities/function_calling/).\n", "\n", "The examples below demonstrates how to use it:" ] diff --git a/docs/core_docs/docs/integrations/llms/mistral.ipynb b/docs/core_docs/docs/integrations/llms/mistral.ipynb index ef0cb2b87ac6..0e5932455291 100644 --- a/docs/core_docs/docs/integrations/llms/mistral.ipynb +++ b/docs/core_docs/docs/integrations/llms/mistral.ipynb @@ -24,7 +24,7 @@ ":::\n", "\n", ":::caution\n", - "You are currently on a page documenting the use of Mistral models as [text completion models](/docs/concepts/#llms). Many popular models available on Mistral are [chat completion models](/docs/concepts/#chat-models).\n", + "You are currently on a page documenting the use of Mistral models as [text completion models](/docs/concepts/text_llms). Many popular models available on Mistral are [chat completion models](/docs/concepts/chat_models).\n", "\n", "You may be looking for [this page instead](/docs/integrations/chat/mistral/).\n", ":::\n", diff --git a/docs/core_docs/docs/integrations/text_embedding/mistralai.ipynb b/docs/core_docs/docs/integrations/text_embedding/mistralai.ipynb index 85db8205b001..b272f3208843 100644 --- a/docs/core_docs/docs/integrations/text_embedding/mistralai.ipynb +++ b/docs/core_docs/docs/integrations/text_embedding/mistralai.ipynb @@ -21,7 +21,7 @@ "source": [ "# MistralAIEmbeddings\n", "\n", - "This will help you get started with MistralAIEmbeddings [embedding models](/docs/concepts#embedding-models) using LangChain. For detailed documentation on `MistralAIEmbeddings` features and configuration options, please refer to the [API reference](https://api.js.langchain.com/classes/langchain_mistralai.MistralAIEmbeddings.html).\n", + "This will help you get started with MistralAIEmbeddings [embedding models](/docs/concepts/embedding_models) using LangChain. For detailed documentation on `MistralAIEmbeddings` features and configuration options, please refer to the [API reference](https://api.js.langchain.com/classes/langchain_mistralai.MistralAIEmbeddings.html).\n", "\n", "## Overview\n", "### Integration details\n",