Skip to content

Commit

Permalink
docs: links (#14940)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Dec 20, 2023
1 parent 6479aab commit cf6951a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/docs/integrations/platforms/anthropic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/docs/integrations/text_embedding/together.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit cf6951a

Please sign in to comment.