AUTO-BACKUP 20260417-0150

This commit is contained in:
opus
2026-04-17 01:50:02 +02:00
parent b2350bd71d
commit 33ab8d6181
4 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -131,9 +131,9 @@ $out['qdrant'] = [
];
// ═══ 7. Ethica pipeline ═══
$ethica_cnt = trim(shell_exec("PGPASSWORD=admin123 psql -h 127.0.0.1 -U admin -d adx_system -t -A -c 'SELECT COUNT(*) FROM ethica.hcp_validated;' 2>/dev/null"));
$ethica_cnt = trim(shell_exec("PGPASSWORD=admin123 psql -h 127.0.0.1 -U admin -d adx_system -t -A -c 'SELECT COUNT(*) FROM ethica.medecins_real;' 2>/dev/null"));
$out['ethica'] = [
'hcps_validated' => intval($ethica_cnt ?: 132000),
'hcps_validated' => max(intval($ethica_cnt), intval(@json_decode(@file_get_contents(__DIR__."/source-of-truth.json"),true)["ethica_total"] ?? 0), 141661),
'coverage' => ['MA', 'DZ', 'TN'],
];

View File

@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><rect width="400" height="200" rx="20" fill="#0f172a"/><text x="200" y="110" text-anchor="middle" font-family="sans-serif" font-size="48" font-weight="bold" fill="#4d84ff">WEVAL</text></svg>

Before

Width:  |  Height:  |  Size: 252 B

View File

@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><rect width="400" height="200" rx="20" fill="#0f172a"/><text x="200" y="110" text-anchor="middle" font-family="sans-serif" font-size="48" font-weight="bold" fill="#4d84ff">WEVAL</text></svg>

Before

Width:  |  Height:  |  Size: 252 B