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 Risposta
1
Risposta accettata

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
con risposta un anno fa
profile picture
ESPERTO
verificato un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande