Building search experience using Kendra for a data source where new data is added in an ongoing basis

0

Use case : New documents are added through a web application on ongoing basis to S3. I am trying to build a document search for the documents stored in S3 that can display documents uploaded in near real time. Does Kendra sync data source with index based on an event trigger?

1 Answer
1
Accepted Answer

You can keep your index up to date by setting up periodic synchronizations between your data source and index. You can choose to update an index manually using the console or the StartDataSourceSyncJob API. Otherwise, you set up a schedule to update an index and have it synchronize with your data source. Refer Amazon Kendra documentation : https://docs.aws.amazon.com/kendra/latest/dg/data-source.html.

For event driven synchronization, publish the triggering event to Amazon EventBridge for invoking StartDataSourceSyncJob API.

AWS
marancs
answered a year ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions