You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
Mukit Momin 67c5950df3
Amazon Bedrock Support Streaming (#10393)
### Description

- Add support for streaming with `Bedrock` LLM and `BedrockChat` Chat
Model.
- Bedrock as of now supports streaming for the `anthropic.claude-*` and
`amazon.titan-*` models only, hence support for those have been built.
- Also increased the default `max_token_to_sample` for Bedrock
`anthropic` model provider to `256` from `50` to keep in line with the
`Anthropic` defaults.
- Added examples for streaming responses to the bedrock example
notebooks.

**_NOTE:_**: This PR fixes the issues mentioned in #9897 and makes that
PR redundant.
1 year ago
..
api_reference Harrison/add submodule to docs (#10803) 1 year ago
docs_skeleton Update sequential_chains.mdx (#64) (#10793) 1 year ago
extras Amazon Bedrock Support Streaming (#10393) 1 year ago
snippets Harrison/stop importing from init (#10690) 1 year ago
.local_build.sh Update local script for docs build (#8377) 1 year ago
vercel_requirements.txt Add api cross ref linking (#8275) 1 year ago