mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 07:07:34 +00:00
docs: fix link and missing package (#18405)
**Issue:** fix broken links and missing package on colab example
This commit is contained in:
parent
81e9ab6e3a
commit
f4bb33bbf3
@ -4,13 +4,13 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"<a href=\"https://colab.research.google.com/github/langchain-ai/langchain/docs/docs/integrations/chat/maritalk.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
|
"<a href=\"https://colab.research.google.com/github/langchain-ai/langchain/blob/master/docs/docs/integrations/chat/maritalk.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Maritalk\n",
|
"# Maritalk\n",
|
||||||
"\n",
|
"\n",
|
||||||
"## Introduction\n",
|
"## Introduction\n",
|
||||||
"\n",
|
"\n",
|
||||||
"MariTalk is an assistant developed by the Brazilian company [Maritaca AI](www.maritaca.ai).\n",
|
"MariTalk is an assistant developed by the Brazilian company [Maritaca AI](https://www.maritaca.ai).\n",
|
||||||
"MariTalk is based on language models that have been specially trained to understand Portuguese well.\n",
|
"MariTalk is based on language models that have been specially trained to understand Portuguese well.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This notebook demonstrates how to use MariTalk with LangChain through two examples:\n",
|
"This notebook demonstrates how to use MariTalk with LangChain through two examples:\n",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"!pip install langchain-core langchain-community"
|
"!pip install langchain langchain-core langchain-community"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user