From b1177cb5e4d5cf6ce58be77a40d33b33294f3331 Mon Sep 17 00:00:00 2001 From: EzFeDezy Date: Sun, 23 Mar 2025 23:05:07 +0100 Subject: [PATCH] Added to-do --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ba3399..5cceadb 100644 --- a/README.md +++ b/README.md @@ -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.)