Iodine98 / dora-back

A Python backend for Document Retrieval and Analysis (DoRA).
MIT License
0 stars 1 forks source link

Add final answer functionality and database support #31

Closed Iodine98 closed 5 months ago

Iodine98 commented 5 months ago

This pull request adds functionality to submit a final answer from the client and store it in a database. It also includes the necessary database models and updates the existing code to handle the final answer submission.