add new md files

This commit is contained in:
team 1
2026-02-16 10:17:42 +01:00
parent 413c76d710
commit c046a83767
3 changed files with 8 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ parameters:
mto.vector.python_bin: '/var/www/html/.venv/bin/python3'
mto.vector.ingest_script: '/src/Vector/vector_ingest.py'
mto.vector.search_script: '%kernel.project_dir%/src/Vector/vector_search.py'
mto.vector.data.path: '%kernel.project_dir%/var/knowledge'
mto.vector.data.upload.path: '%mto.vector.data.path%/uploads'
@@ -104,7 +105,8 @@ services:
App\Vector\VectorSearchClient:
arguments:
$vectorDir: '%kernel.project_dir%/var/knowledge'
$binPythonDir: '%mto.vector.python_bin%'
$vectorSearchPyPath: '%mto.vector.search_script%'
App\Vector\VectorIndexBuilder:
arguments: