CdC-SI / eak-copilot

The official repository of the EAK-Copilot project as part of the Innovation Fellowship 2024.
https://cdc-si.github.io/eak-copilot/
GNU General Public License v3.0
4 stars 0 forks source link

SurveyPipeline #137

Open tabee opened 2 months ago

tabee commented 2 months ago

Description

extend expert database with new question-answers

A first very simple implementation that allows the addition of question-answer pairs:

  1. click on the [Pencil] button for a RAG answer
  2. it opens new tab/window or popup window
  3. new window has 4 editable textarea fields 3.1 last question (from chat history) 3.2 last answer (from chat history) 3.3 last URL (from chat history) 3.4 Name/Shareholder/QA-Owner as empty field
  4. user fills in everything or adapts existing texts and then clicks on the Save button.
  5. save button sends everything to the database via API endpint “update_or_insert_data”.

unclear points: