optimize reset and ux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user