Amazon Kendra · Arazzo Workflow
Amazon Kendra Ingest Documents and Query
Version 1.0.0
Directly upload documents into an index, wait until they finish indexing, then run a search query.
View Spec
View on GitHub
AIEnterprise SearchKnowledge ManagementMachine LearningNatural LanguageArazzoWorkflows
Provider
Workflows
ingest-documents-and-query
Batch put documents, wait for indexing, then query the index.
Submits documents directly to an index, polls their indexing status until they are INDEXED, and then executes a search query.
1
putDocuments
BatchPutDocument
Submit the batch of documents directly to the index. Documents are accepted for asynchronous indexing and begin in the PROCESSING state.
2
waitForIndexed
BatchGetDocumentStatus
Poll the indexing status of the submitted documents until they leave the PROCESSING state and report INDEXED so they are guaranteed to be searchable.
3
query
Query
Run the search query against the index now that the submitted documents are indexed and returnable in results.