harden reset system

This commit is contained in:
team 1
2026-02-15 17:14:00 +01:00
parent 402838adfa
commit bf71ca07fa
4 changed files with 55 additions and 24 deletions

View File

@@ -15,6 +15,11 @@ parameters:
mto.vector.ingest_script: '/src/Vector/vector_ingest.py'
mto.vector.data.path: '%kernel.project_dir%/var/knowledge'
mto.vector.data.upload.path: '%mto.vector.data.path%/uploads'
mto.vector.data.ndjson.path: '%mto.vector.data.path%/index.ndjson'
mto.vector.data.vector_index.path: '%mto.vector.data.path%/vector.index'
mto.vector.data.vector_index_meta_json.path: '%mto.vector.data.path%/vector.index.meta.json'
mto.vector.timeout: 600
# ------------------------------------------------------------