Added to-do

This commit is contained in:
EzFeDezy
2025-03-23 23:05:07 +01:00
parent 5ed0ed9aed
commit b1177cb5e4

View File

@@ -48,6 +48,7 @@ CREATE TABLE embedding (id int PRIMARY KEY auto_increment, id_datapoint int, mod
# To-do
- Implement the api server (WSGI via gunicorn / falcon)
- Move the models to the db file and move functions into the corresponding classes. (Maybe if circular references can be avoided, move them back to the model file in the end?)
- Add database setup script?
- Remove tables related to caching (It's not done on the sql server side anymore.)