Giter VIP home page Giter VIP logo

Comments (3)

isahers1 avatar isahers1 commented on September 16, 2024

I believe you need to pass region_name directly into ChatBedrockConverse - or set the environment variable AWS_DEFAULT_REGION. boto3 and langchain_aws don't share variables, so you must specify the region name for the llm as well I believe. Let me know if that fixes your error.

from langchain-aws.

thiagotps avatar thiagotps commented on September 16, 2024

I believe you need to pass region_name directly into ChatBedrockConverse - or set the environment variable AWS_DEFAULT_REGION. boto3 and langchain_aws don't share variables, so you must specify the region name for the llm as well I believe. Let me know if that fixes your error.

Yes, setting region_name and credentials_profile_name in the ChatBedrockConverse constructor works.

Looking in the code of validate_environment in bedrock_converse.py, I see that a new boto3.Session object is being instantiated, and later, with that new session, the bedrock-runtime client is then created. Wouldn't it be better to just call boto3.client('bedrock-runtime') directly (or at least when no credentials_profile_name was provided) ? That way it will work with boto3.setup_default_session out of the box.

from langchain-aws.

isahers1 avatar isahers1 commented on September 16, 2024

Not a boto3 expert by any means - but if I understand correctly the code currently creates its own session, but you would like it to work with the session already setup? That sounds reasonable to me - if you want to open up a PR (with a corresponding test case) I would be happy to review. Lmk if I misunderstood

from langchain-aws.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.