diff --git a/api/dashboard/diagnostics.php b/api/dashboard/diagnostics.php index 79b9620..9cd18e0 100644 --- a/api/dashboard/diagnostics.php +++ b/api/dashboard/diagnostics.php @@ -58,7 +58,7 @@ try { /* Qdrant — count vectors for this client via scroll */ 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, [ CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true,