Skip to content

Commit b5690ca

Browse files
committed
fix http client baseUri
1 parent 45cbf4d commit b5690ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RAG/VectorStore/MeilisearchVectorStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(
4545
]);
4646

4747
try {
48-
$this->httpClient->request(HttpRequest::get(''));
48+
$this->httpClient->request(HttpRequest::get(uri: "indexes/{$this->indexUid}"));
4949
} catch (Exception) {
5050
$this->createIndex();
5151
}

0 commit comments

Comments
 (0)