You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/store/src/Bridge/ChromaDb/Store.php
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,7 @@ final class Store implements StoreInterface
27
27
publicfunction__construct(
28
28
privatereadonlyClient$client,
29
29
privatereadonlystring$collectionName,
30
-
)
31
-
{
30
+
) {
32
31
if (!class_exists(Client::class)) {
33
32
thrownewRuntimeException('For using the ChromaDB as retrieval vector store, the codewithkyrian/chromadb-php package is required. Try running "composer require codewithkyrian/chromadb-php".');
34
33
}
@@ -41,7 +40,7 @@ public function add(VectorDocument ...$documents): void
0 commit comments