All Content tagged with Langchain

Question about Langchain orchestration for Large Language models

Content language: English

Select tags to filter
Sort by most recent
34 results
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. ```...
0
answers
0
votes
34
views
asked 5 days 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
52
views
asked 14 days 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
285
views
asked 3 months 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
7.9K
views
asked 3 months ago
What is Best for GenAI Solution to use OpenSearch or Vector stores feature in LangChain?
1
answers
0
votes
107
views
asked 3 months 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
120
views
asked 4 months 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
191
views
asked 5 months 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...
1
answers
0
votes
133
views
asked 7 months 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
195
views
asked 8 months ago
Hi, I'm currently working with AWS Bedrock with LangChain to implement guardrails for prompt injection prevention in my chatbot application. However, I've encountered an issue where the guardrails see...
3
answers
0
votes
329
views
asked 8 months ago
I am trying to provide dimension argument while trying to fetch the Titan version 1 and version 2 embedding models, but the BedrockEmbedding class does not have the feature of dimension, It only provi...
1
answers
0
votes
409
views
asked 8 months ago
Hi All, I've been using the following GitHub repository to create my own generative AI chatbot https://github.com/aws-samples/rag-using-langchain-amazon-bedrock-and-opensearch.git In line 49 of "l...
1
answers
0
votes
345
views
asked 8 months ago