Skip to content

Commit 086052d

Browse files
added missing types to the query types
1 parent 5e0008e commit 086052d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Database/Query.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ class Query
101101
self::TYPE_VECTOR_DOT,
102102
self::TYPE_VECTOR_COSINE,
103103
self::TYPE_VECTOR_EUCLIDEAN,
104+
self::TYPE_EXISTS,
105+
self::TYPE_NOT_EXISTS,
104106
self::TYPE_SELECT,
105107
self::TYPE_ORDER_DESC,
106108
self::TYPE_ORDER_ASC,

0 commit comments

Comments
 (0)