caretech-owl / gerd

Generating and evaluating relevant documentation (GERD)
https://towardsdatascience.com/running-llama-2-on-cpu-inference-for-document-q-a-3d636037a3d8
MIT License
4 stars 0 forks source link

[UC]: QA: Upload multiple documents #16

Closed Depo14 closed 2 months ago

Depo14 commented 12 months ago

Summary

The user can select various documents and upload them via the web interface

Rationale

To be able to ask questions about a document, it must first be uploaded to the website

Level

user goal

Actors

User

Preconditions

-The website must be launched

Postconditions

The documents can be seen in the file explorer of the website

Basic Flow

  1. The user clicks on the upload file button
  2. The file browser opens and the user selects the files
  3. A progress bar runs until the documents are uploaded and listed in the page's file explorer

Alternative Paths

  1. The user clicks on the upload file button
  2. The file browser opens and the user selects the files
  3. An error message appears and the upload is canceled

Visualisation

flowchart LR;
  1[The user clicks on the upload file button] --> 2[The file browser opens and the user selects the files];
  2-->3.1[A progress bar runs until the documents are uploaded and listed in the page's file explorer];
  2-->3.2[An error message appears abd the upload is canceled];

Other related issues, use cases, features

No response