Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 439ec78

Browse files
committed
-
1 parent 5bf7dc2 commit 439ec78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Store/Bridge/MariaDB/Store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(
3434
private string $indexName,
3535
private string $vectorFieldName,
3636
) {
37-
if (!extension_loaded('pdo')) {
37+
if (!\extension_loaded('pdo')) {
3838
throw new \RuntimeException('For using MariaDB as retrieval vector store, the PDO extension is required. Try running "composer require ext-pdo"');
3939
}
4040
}

0 commit comments

Comments
 (0)