optimize reset and ux

This commit is contained in:
team 1
2026-02-15 16:49:43 +01:00
parent c099f72703
commit 402838adfa
4 changed files with 71 additions and 31 deletions

View File

@@ -3,6 +3,8 @@
# ------------------------------------------------------------
parameters:
mto.kernel.dir: '%kernel.project_dir%'
mto.index.chunk_size: 800
mto.index.chunk_overlap: 100
mto.index.embedding_model: 'nomic-embed-text'
@@ -11,6 +13,8 @@ parameters:
mto.vector.python_bin: '/var/www/html/.venv/bin/python3'
mto.vector.ingest_script: '/src/Vector/vector_ingest.py'
mto.vector.data.path: '%kernel.project_dir%/var/knowledge'
mto.vector.timeout: 600
# ------------------------------------------------------------
@@ -42,7 +46,7 @@ services:
App\Controller\:
resource: '../src/Controller/'
tags: ['controller.service_arguments']
tags: [ 'controller.service_arguments' ]
# ------------------------------------------------------------
# AI Agent Infrastructure