mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
fuzz work
This commit is contained in:
parent
ac01e330de
commit
65656cbadc
13 changed files with 261 additions and 0 deletions
16
tests/fuzz/vec0-create.dict
Normal file
16
tests/fuzz/vec0-create.dict
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
cname1="aaa"
|
||||
cname1="bbb"
|
||||
cname1="ccc"
|
||||
type1="float"
|
||||
type2="int8"
|
||||
type3="bit"
|
||||
lparen="["
|
||||
rparen="]"
|
||||
pk="primary key"
|
||||
text="text"
|
||||
distance_metric="distance_metric"
|
||||
eq="="
|
||||
l1="l1"
|
||||
l2="l2"
|
||||
cosine="cosine"
|
||||
hamming="hamming"
|
||||
Loading…
Add table
Add a link
Reference in a new issue