Added core and API version to health check

- Bumped API version to 1.2.2
This commit is contained in:
yangdx
2025-03-23 00:28:50 +08:00
parent ea51ff05c1
commit 31c7923067
4 changed files with 31 additions and 1 deletions

View File

@@ -41,6 +41,9 @@ export type LightragStatus = {
graph_storage: string
vector_storage: string
}
update_status?: Record<string, any>
core_version?: string
api_version?: string
}
export type LightragDocumentsScanProgress = {