Skip to content

Commit ccfb275

Browse files
committed
bugfix after merge
1 parent dadf408 commit ccfb275

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ public function add(VectorDocument ...$documents): void
5454

5555
/**
5656
* @param array{where?: array<string, string>, whereDocument?: array<string, mixed>, include?: array<string>} $options
57-
*/
58-
/**
59-
* @param array{where?: array<string, string>, whereDocument?: array<string, mixed>, include?: array<string>} $options
6057
*/
6158
public function query(Vector $vector, array $options = []): iterable
6259
{

0 commit comments

Comments
 (0)