fix: correct Qdrant IP to 10.0.2.10 in diagnostics.php

This commit is contained in:
2026-05-26 22:35:22 +02:00
parent 2e2b0b45fa
commit 01a63ebf46
+1 -1
View File
@@ -58,7 +58,7 @@ try {
/* Qdrant — count vectors for this client via scroll */ /* Qdrant — count vectors for this client via scroll */
try { try {
$ch = curl_init('http://10.0.1.10:6333/collections/bnl_client_chunks/points/count'); $ch = curl_init('http://10.0.2.10:6333/collections/bnl_client_chunks/points/count');
curl_setopt_array($ch, [ curl_setopt_array($ch, [
CURLOPT_POST => true, CURLOPT_POST => true,
CURLOPT_RETURNTRANSFER => true, CURLOPT_RETURNTRANSFER => true,