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
449
views
asked 7 months 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
468
views
asked 9 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
530
views
asked 9 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
402
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
2.5K
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
1.2K
views
asked 2 years 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
38.2K
views
asked 2 years ago
What is Best for GenAI Solution to use OpenSearch or Vector stores feature in LangChain?
1
answers
0
votes
454
views
asked 2 years 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
294
views
asked 2 years 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
478
views
asked 2 years 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
234
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
417
views
asked 2 years ago