Amazon Kendra · Arazzo Workflow
Amazon Kendra Create FAQ and Query
Version 1.0.0
Load an FAQ file from S3 into an index, wait until it is active, then query for FAQ-backed answers.
View Spec
View on GitHub
AIEnterprise SearchKnowledge ManagementMachine LearningNatural LanguageArazzoWorkflows
Provider
Workflows
create-faq-and-query
Create an FAQ from an S3 file, wait for ACTIVE, then query for answers.
Creates an FAQ from an S3 input file, polls until the FAQ is ACTIVE, and runs a search query that can return the new FAQ answers.
1
createFaq
CreateFaq
Create the FAQ from the supplied S3 input file. The FAQ begins in the CREATING state while Kendra ingests the question/answer pairs.
2
waitForFaqActive
DescribeFaq
Poll the FAQ until ingestion completes. The FAQ reports CREATING while it is being built and ACTIVE once its answers are searchable.
3
query
Query
Run the search query against the index so the newly loaded FAQ answers can surface as QUESTION_ANSWER result items.