Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/langchain-ai/langchain
/ chain.py
File
chain.py
templates/rag-aws-bedrock/rag_aws_bedrock/chain.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os
2
3
from
langchain_community.embeddings
import
BedrockEmbeddings
4
from
langchain_community.llms.bedrock
import
Bedrock
Callers
nothing calls this directly
Calls
10
Bedrock
Class · 0.90
BedrockEmbeddings
Class · 0.90
RunnableParallel
Class · 0.90
RunnablePassthrough
Class · 0.90
StrOutputParser
Class · 0.90
get
Method · 0.45
from_texts
Method · 0.45
as_retriever
Method · 0.45
from_template
Method · 0.45
with_types
Method · 0.45
Tested by
no test coverage detected