add health check

This commit is contained in:
team 1
2026-02-18 10:26:44 +01:00
parent b1e1fe082e
commit 9aa2bbcda4
7 changed files with 323 additions and 108 deletions

View File

@@ -172,3 +172,9 @@ services:
arguments:
$ndJsonPath: '%mto.knowledge.ndjson%'
$indexMetaPath: '%mto.knowledge.index_meta%'
App\Vector\VectorIndexHealthService:
arguments:
$indexNdjsonPath: '%kernel.project_dir%/var/knowledge/index.ndjson'
$vectorIndexPath: '%kernel.project_dir%/var/knowledge/vector.index'
$vectorMetaPath: '%kernel.project_dir%/var/knowledge/vector.index.meta.json'