langchain/docs/extras/integrations/chat
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
..
anthropic_functions.ipynb add anthropic functions wrapper (#8475) 2023-07-30 07:23:46 -07:00
anthropic.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
anyscale.ipynb Create ChatAnyscale (#8770) 2023-08-07 13:21:05 -07:00
azure_chat_openai.ipynb Feature/fix azureopenai model mappings (#8621) 2023-08-09 10:56:15 -07:00
azureml_chat_endpoint.ipynb Add LLaMa Formatter and AzureML Chat Endpoint (#8382) 2023-07-31 16:26:25 -07:00
baidu_qianfan_endpoint.ipynb fix: chat_models Qianfan not compatiable with SystemMessage (#10642) 2023-09-19 22:35:51 -07:00
bedrock.ipynb Amazon Bedrock Support Streaming (#10393) 2023-09-20 11:55:38 -07:00
ernie.ipynb fix(llms): improve the ernie chat model (#9289) 2023-08-16 00:48:42 -07:00
google_vertex_ai_palm.ipynb Updated docs on Vertex AI going GA (#8531) 2023-07-31 17:15:04 -07:00
jinachat.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
konko.ipynb add konko chat_model files (#10267) 2023-09-08 10:00:55 -07:00
litellm.ipynb Adding ChatLiteLLM model (#9020) 2023-08-14 07:43:40 -07:00
llama_api.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
minimax.ipynb Add Minimax chat model (#10776) 2023-09-19 20:43:49 -07:00
ollama.ipynb Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
openai.ipynb Update ChatOpenAI docs with fine-tuning example (#9632) 2023-08-22 16:56:53 -07:00
promptlayer_chatopenai.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00