Skip to content

Commit b02aefe

Browse files
committed
fix chromadb store adding documents
# Conflicts: # src/store/src/Bridge/ChromaDb/Store.php
1 parent 446871e commit b02aefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/src/Bridge/ChromaDb/Store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function add(VectorDocument ...$documents): void
5757
*/
5858
public function query(Vector $vector, array $options = []): iterable
5959
{
60-
$include = null;
60+
$include = null;
6161
if ([] !== ($options['include'] ?? [])) {
6262
$include = array_values(
6363
array_unique(

0 commit comments

Comments
 (0)