Skip to content

Commit

Permalink
docs: fix link and missing package (langchain-ai#18405)
Browse files Browse the repository at this point in the history
**Issue:** fix broken links and missing package on colab example
  • Loading branch information
rodrigo-f-nogueira authored and Dave Bechberger committed Mar 29, 2024
1 parent a0dcc88 commit 16419aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/integrations/chat/maritalk.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"cell_type": "markdown",
"metadata": {},
"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",
"# Maritalk\n",
"\n",
"## Introduction\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",
"\n",
"This notebook demonstrates how to use MariTalk with LangChain through two examples:\n",
Expand All @@ -33,7 +33,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install langchain-core langchain-community"
"!pip install langchain langchain-core langchain-community"
]
},
{
Expand Down

0 comments on commit 16419aa

Please sign in to comment.