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回答
1
承認された回答

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
回答済み 1年前
profile picture
エキスパート
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ