APUOPE-RE / backend

repo for the backend
0 stars 0 forks source link

TASK implement saving of old conversations to database #21

Open williamirva opened 1 week ago

williamirva commented 1 week ago

Under this issue, the functionality to store user conversations with the AI in the database should be implemented.

One possible solution is that every input and response is stored as a row to table and with conversation id we can identify which data belongs to which conversation. This way we can give content of single conversation by gathering all the rows with same id to frontend and frontend can show the conversation bubbles in correct order based on timestamps.

Subtask of APUOPE-RE/wiki# Specifications: https://github.com/APUOPE-RE/Wiki/wiki/FR-%E2%80%90-Conversation-History

williamirva commented 3 days ago

How user can continue old conversation?