diff --git a/src/store/src/Bridge/Postgres/Store.php b/src/store/src/Bridge/Postgres/Store.php index aaea74ee2..4cb222d40 100644 --- a/src/store/src/Bridge/Postgres/Store.php +++ b/src/store/src/Bridge/Postgres/Store.php @@ -127,11 +127,6 @@ public function add(VectorDocument ...$documents): void } } - /** - * @param array $options - * - * @return VectorDocument[] - */ public function query(Vector $vector, array $options = []): array { $where = null;