-
### ♻️ Reproduction Steps
1. Make a node js Endpoint with a langchain + bedrockChatConverse endpoint ( see below)
2. Git clone the todos app
3. Run both the endpoint and the todos app ( change the …
-
### Describe the bug
I've been CDK deploying a stack creating a Bedrock Agent with several action groups, after quite a few successful deployments that created versions and updated the alias no deplo…
-
Hi,
I'm having issues using the published API from my Bedrock.
I following the instructions described in: https://aws-samples.github.io/bedrock-claude-chat/ to create my request in Postman
Fo…
-
Because of how the bedrock sdk handles parsing the SSE stream, a lot of information is lost like the status code. This makes parsing these errors really difficult in the context of figuring out when …
-
When using AWS Bedrock connection in CodeGPT, the region field while configuring connection is ignored. It defaults to us-east-1.
I tried moving it to us-west-2 so that I could use Clause Opus, but…
-
I'm using a python AWS lambda function to run evaluations using Bedrock, with model Claude 3.5 sonnet and Uptrain version 0.7.1.
I'm getting an "Error when processing payload" error when trying to …
-
Filing below so if anyone else hits this there is a record which may help them. The fix was to change how the model is specified in Bedrock.
I attempted to use llama 3.2 90b as per below from Amazo…
-
Please see https://github.com/dirkpetersen/our-chat?tab=readme-ov-file#Budgeting
-
---
### **Description :**
Currently, system prompts are scattered throughout the codebase and are only available in English. This setup makes it difficult to manage and internationalize prompts, e…
-
Hello! I am using Mistral through Bedrock with LangChain and noticed, after using the model for a while with `ChatMessageHistory`, it would begin to hallucinate and have trouble stopping. I dug into i…