File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/unit_tests/fixtures Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 235
235
" \n " ,
236
236
" The vectorstore supports a set of filters that can be applied against the metadata fields of the documents.\n " ,
237
237
" \n " ,
238
- " | Operator | Meaning/Category |\n " ,
239
- " |----------|-------------------------|\n " ,
238
+ " | Operator | Meaning/Category |\n " ,
239
+ " |----------- |-------------------------|\n " ,
240
240
" | \\ $eq | Equality (==) |\n " ,
241
241
" | \\ $ne | Inequality (!=) |\n " ,
242
242
" | \\ $lt | Less than (<) |\n " ,
246
246
" | \\ $in | Special Cased (in) |\n " ,
247
247
" | \\ $nin | Special Cased (not in) |\n " ,
248
248
" | \\ $between | Special Cased (between) |\n " ,
249
- " | \\ $null | Special Cased (is null) |\n " ,
249
+ " | \\ $exists | Special Cased (is null) |\n " ,
250
250
" | \\ $like | Text (like) |\n " ,
251
251
" | \\ $ilike | Text (case-insensitive like) |\n " ,
252
252
" | \\ $and | Logical (and) |\n " ,
Original file line number Diff line number Diff line change 224
224
]
225
225
226
226
TYPE_6_FILTERING_TEST_CASES = [
227
- # These involve the special operator $null
227
+ # These involve the special operator $exists
228
228
(
229
229
{"happiness" : {"$exists" : True }},
230
230
[],
You can’t perform that action at this time.
0 commit comments