Skip to content

Commit 57de932

Browse files
committed
fix(examples): hardcoded host removed
1 parent 9336705 commit 57de932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/store/qdrant-similarity-search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
// initialize the store
4040
$store = new Store(
4141
HttpClient::create(),
42-
'http://127.0.0.1:6333',
42+
$_SERVER['QDRANT_HOST'],
4343
$_SERVER['QDRANT_SERVICE_API_KEY'],
4444
'movies',
4545
);

0 commit comments

Comments
 (0)