langchain-ai / langchain-aws

Build LangChain Applications on AWS
MIT License
106 stars 88 forks source link

Fixes support for cross region inference #242

Closed 3coins closed 1 month ago

3coins commented 1 month ago

Fixes #239

  1. Fixes streaming for cross-region inference models ids.
  2. Adds support for Cohere models in ChatBedrockConverse.
  3. Also, adds standard integration tests for Cohere.
3coins commented 1 month ago

@efriis Can you plz make sure CI account has access to the cohere.command-r-plus-v1:0 model.

rsgrewal-aws commented 1 month ago

@3coins why do we need the provider values and why do we need to parse the model id ? can we simply use the model id as is ?