Skip to content

Commit d15c375

Browse files
committed
bug #159 fix(examples): hardcoded host removed (Guikingone)
This PR was merged into the main branch. Discussion ---------- fix(examples): hardcoded host removed | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | None | License | MIT Small fix on `examples`. Commits ------- 57de932 fix(examples): hardcoded host removed
2 parents 9336705 + 57de932 commit d15c375

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)