From cf6951a0c94a48dc01415621e34521643fcf65c3 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 20 Dec 2023 11:51:18 -0800 Subject: [PATCH] docs: links (#14940) --- docs/docs/integrations/platforms/anthropic.mdx | 8 ++++++++ docs/docs/integrations/text_embedding/together.ipynb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/docs/integrations/platforms/anthropic.mdx b/docs/docs/integrations/platforms/anthropic.mdx index 50c31148c45..06b00efa945 100644 --- a/docs/docs/integrations/platforms/anthropic.mdx +++ b/docs/docs/integrations/platforms/anthropic.mdx @@ -163,3 +163,11 @@ This outputs: ``` We can see that we detect that the user is trying to use the special tokens, and so we don't do any formatting. + +## `ChatAnthropicMessages` (Beta) + +`ChatAnthropicMessages` uses the beta release of Anthropic's new Messages API. + +You can use it from the `langchain-anthropic` package, which you can install with `pip install langchain-anthropic`. + +For more information, see the [ChatAnthropicMessages docs](../chat/anthropic#chatanthropicmessages) \ No newline at end of file diff --git a/docs/docs/integrations/text_embedding/together.ipynb b/docs/docs/integrations/text_embedding/together.ipynb index aa560ddd175..0a91871f120 100644 --- a/docs/docs/integrations/text_embedding/together.ipynb +++ b/docs/docs/integrations/text_embedding/together.ipynb @@ -42,7 +42,7 @@ "\n", "Make sure to set the following environment variables:\n", "\n", - "- TODO: fill out relevant environment variables or secrets\n", + "- `TOGETHER_API_KEY`\n", "\n", "## Usage" ]