Skip to content

Commit e481e57

Browse files
committed
[Examples] Use function http_client()
1 parent 5c2c139 commit e481e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rag/meilisearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
// initialize the store
3333
$store = new Store(
34-
httpClient: HttpClient::create(),
34+
httpClient: http_client(),
3535
endpointUrl: env('MEILISEARCH_HOST'),
3636
apiKey: env('MEILISEARCH_API_KEY'),
3737
indexName: 'movies',

0 commit comments

Comments
 (0)