Skip to content

Commit

Permalink
typo and link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffxtang committed Nov 26, 2024
1 parent 9468286 commit a80440c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/3p_integrations/togetherai/llama_contextual_RAG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@
"from together import Together\n",
"\n",
"# Paste in your Together AI API Key or load it\n",
"TOGETHER_API_KEY = os.environ.get(\"TOGETHER_API_KEY\")"
"TOGETHER_API_KEY = os.environ.get(\"TOGETHER_API_KEY\")\n",
"client = Together(api_key = TOGETHER_API_KEY)"
]
},
{
Expand Down Expand Up @@ -1621,7 +1622,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Above we implemented Contextual Retrieval as discussed in Anthropic's blog using fully open source models! \n",
"Above we implemented Contextual Retrieval as discussed in [Anthropic's blog](https://www.anthropic.com/news/contextual-retrieval) using fully open source models! \n",
"\n",
"If you want to learn more about how to best use open models refer to our [docs](https://docs.together.ai/docs) here!"
]
Expand Down

0 comments on commit a80440c

Please sign in to comment.