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

Commit c0f2d1c

Browse files
committed
-
1 parent 6dfd63c commit c0f2d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Store/Bridge/MongoDB/Store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function __construct(
6060
private LoggerInterface $logger = new NullLogger(),
6161
) {
6262
if (!class_exists(Client::class)) {
63-
throw new \RuntimeException('For using MongoDB Atlas as retrieval vector store, the mongodb/mongodb package is required. Try running "composer require mongodb/mongodb"');
63+
throw new \RuntimeException('For using MongoDB Atlas as retrieval vector store, the mongodb/mongodb package is required. Try running "composer require mongodb/mongodb".');
6464
}
6565
}
6666

0 commit comments

Comments
 (0)