fix: correct Qdrant IP to 10.0.2.10 in diagnostics.php
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user