mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
text knn NE
This commit is contained in:
parent
31622209eb
commit
4ba167c315
3 changed files with 185 additions and 24 deletions
|
|
@ -152,7 +152,7 @@ def test_long_text_knn(db, snapshot):
|
|||
"bbbbbbbbbbbb_ccc",
|
||||
"longlonglonglonglonglonglong",
|
||||
]
|
||||
ops = ["=", "!-", "<", "<=", ">", ">="]
|
||||
ops = ["=", "!=", "<", "<=", ">", ">="]
|
||||
op_names = ["eq", "ne", "lt", "le", "gt", "ge"]
|
||||
|
||||
for test in tests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue