Global outage event
If you’re experiencing issues with your AWS services, then please refer to the AWS Health Dashboard. You can find the overall status of ongoing outages, the health of AWS services, and the latest updates from AWS engineers.
All Content tagged with Langchain
Question about Langchain orchestration for Large Language models
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
38 results
## Context
I have a LangGraph workflow with an agent node that uses `ChatBedrockConverse` with `Claude Sonnet 4 V1`. The agent uses a tool that also makes LLM calls the same way. I'm running 2 paralle...
2
answers
0
votes
119
views
asked a month ago
AWS recently added Deepseek v3.1 in certain regions and I saw that the model had tool calling support so I tried to make use of it with Langchain using bedrock converse as the provider for the model, ...
2
answers
0
votes
255
views
asked 4 months ago
We are experiencing an intermittent issue where some **AWS Bedrock Runtime API** calls fail to complete on the first attempt and must wait for the full configured `read_timeout` duration (**currently ...
2
answers
0
votes
229
views
asked 4 months ago
So I am testing out the DeepSeek-R1 671B model in Amazon Bedrock. I am getting model responses which appears to be all messed up with the "tags". See examples below using LangChain and LangGraph.
```...
1
answers
0
votes
322
views
asked a year ago
I am using Amazon Bedrock LLM models via LangChain, specifically with ChatBedrockConverse from the langchain_aws module. My FastAPI application calls the bedrockConverse function using the following s...
1
answers
0
votes
2K
views
asked a year ago
I do have AmazonBedrockFullAccess policy attached in my IAM, and still invocation returns:
```
Error 403: You don't have access to the model with the specified model ID.
```
I am totally confused. I ...
1
answers
0
votes
991
views
asked a year ago
Hi,
I have subscribed to access several models in Amazon Bedrock, including Anthropic ones and accesses have already been granted.
However, when accessing them through langchain, it gives the followi...
2
answers
1
votes
34.3K
views
asked a year ago
What is Best for GenAI Solution to use OpenSearch or Vector stores feature in LangChain?
1
answers
0
votes
365
views
asked a year ago
Not able to connect from Sagemaker Notebook to RDS( MS SQL Server Web Edition) connection using SQLDatabase from langchain_community.utilities.
```
from langchain_community.utilities import SQLDataba...
1
answers
0
votes
250
views
asked a year ago
Hello,
I'm using NeptuneGraph capability from langchain to connect to our Neptune cluster, seeing the following issue only with out Prod Cluster:
{'message': 'Could not get schema for Neptune databas...
2
answers
0
votes
406
views
asked a year ago
I am using OpenSearch VectorSearch Serverless along with Bedrock Titan for embedding generation. To optimize storage and manage vector data efficiently, I'm integrating LangChain's indexing capabiliti...
0
answers
0
votes
205
views
asked 2 years ago
Hi I wanted to use bedrock through Langchain on gcp. How to configure my aws settings for the same..!?
Thanks.
1
answers
0
votes
327
views
asked 2 years ago