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