Updata database - add relational database

This commit is contained in:
Szymon Stefański
2026-03-31 17:42:23 +02:00
parent 01e39d1fc1
commit cf4fc4acfc
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

View File

@@ -16,7 +16,7 @@ app.add_middleware(
) )
BASE_DIR = os.path.dirname(os.path.abspath(__file__)) BASE_DIR = os.path.dirname(os.path.abspath(__file__))
DB_FILE = os.path.join(BASE_DIR, "archivium.db") DB_FILE = os.path.join(BASE_DIR, "assets.db")
MODEL_DIR = os.path.join(BASE_DIR, "local_model_miniLM") MODEL_DIR = os.path.join(BASE_DIR, "local_model_miniLM")
if not os.path.exists(MODEL_DIR): if not os.path.exists(MODEL_DIR):