langchain/docs/extras
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.
2023-09-20 11:55:38 -07:00
..
_templates Corrected some spelling mistakes and grammatical errors (#10791) 2023-09-19 10:08:59 -07:00
additional_resources Konko fix dependency 2023-09-08 10:06:37 -07:00
expression_language add lcel how to index (#10850) 2023-09-20 10:19:43 -07:00
guides Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
integrations Amazon Bedrock Support Streaming (#10393) 2023-09-20 11:55:38 -07:00
modules improve notebook (#10804) 2023-09-19 16:51:39 -07:00
use_cases Synthetic data generation (#9759) 2023-09-19 16:29:50 -07:00