Skip to content

Commit

Permalink
Add H1 and intro back into Gemma+LangChain notebook (#318)
Browse files Browse the repository at this point in the history
* add H1 and intro back in

* nbfmt
  • Loading branch information
pcoet authored Mar 21, 2024
1 parent b91b55f commit 2778e38
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions site/en/gemma/docs/integrations/langchain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@
"</table>"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "3acc8f3d1408"
},
"source": [
"# Get started with Gemma and LangChain\n",
"\n",
"This tutorial shows you how to get started with [Gemma](https://ai.google.dev/gemma/docs) and [LangChain](https://python.langchain.com/docs/get_started/introduction), running in Google Cloud or in your Colab environment. Gemma is a family of light-weight, state-of-the-art open models built from the same research and technology used to create the Gemini models. LangChain is a framework for building and deploying context-aware applications backed by language models.\n",
"\n",
"**Note:** This tutorial runs on A100 GPU in Google Colab. Free Colab hardware acceleration is *insufficient* to run all the code."
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down

0 comments on commit 2778e38

Please sign in to comment.