Skip to content

Commit

Permalink
Revert docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Nov 21, 2024
1 parent c103989 commit 75292b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/core_docs/docs/integrations/chat/mistral.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/core_docs/docs/integrations/llms/mistral.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 75292b9

Please sign in to comment.