aws-samples / aws-samples/Serverless-Retrieval-Augmented-Generation-RAG-on-AWS

Show which documents are still processing

Open
#23 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
93
Forks
31
PR merge metrics
No merged PRs in 30d

Description

As of right now, you get a toast when the document starts processing, and then when the document completes processing, but there is no state showing what is currently processing. If a document takes a long time and say you refresh the page, you will have no idea if the document completed processing or not.

A simple column in the documents table showing the current state would solve this issue from the user experience side.
I do believe the list is retrieved from S3, which makes this slightly tricker... Maybe use metadata or join the data together with the list that is stored in DynamoDB?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.