Amazon Kendra · Arazzo Workflow
Amazon Kendra Query Suggestions then Search
Version 1.0.0
Generate type-ahead query suggestions for a partial query, then run a full search using the top suggestion.
View Spec
View on GitHub
AIEnterprise SearchKnowledge ManagementMachine LearningNatural LanguageArazzoWorkflows
Provider
Workflows
query-suggestions-then-search
Fetch query suggestions for a partial query, then search with the top suggestion.
Calls GetQuerySuggestions for a partial query and runs a full Query using the top suggested phrase.
1
getSuggestions
GetQuerySuggestions
Fetch the query suggestions Kendra would offer for the partial query text based on prior query history.
2
searchTopSuggestion
Query
Run a full search query using the top suggested phrase so the results reflect the completed query the user most likely intended.