Amazon Kendra · Arazzo Workflow
Amazon Kendra Retrieve Passages for RAG
Version 1.0.0
Retrieve semantically relevant passages for a question and run a parallel ranked query to enrich a RAG context.
View Spec
View on GitHub
AIEnterprise SearchKnowledge ManagementMachine LearningNatural LanguageArazzoWorkflows
Provider
Workflows
retrieve-passages-for-rag
Retrieve passages and run a ranked query for the same question.
Retrieves relevant passages for an input question and runs a parallel ranked query, assembling both into a combined context for RAG.
1
retrievePassages
Retrieve
Retrieve the most relevant text passages for the input question for use as grounding context in a RAG prompt.
2
rankedQuery
Query
Run a standard ranked query for the same question to capture extractive answers and ranked document results alongside the retrieved passages.