You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"dropnonlinearalgorithmindex",// if exists (kdtree) in store_name
54
54
"delkey",// ([input 1 text], [input 2 text]) in my_store
55
55
"getpred",// ((author = dickens) or (country != Nigeria)) in my_store
56
-
"getsimn",// 4 with [random text inserted here] using cosinesimilarity in my_store where (author = dickens)
56
+
"getsimn",// 4 with [random text inserted here] using cosinesimilarity preprocessaction nopreprocessing in my_store where (author = dickens)
57
57
"createstore",// if not exists my_store querymodel resnet-50 indexmodel resnet-50 predicates (author, country) nonlinearalgorithmindex (kdtree)
58
58
"set",// (([This is the life of Haks paragraphed], {name: Haks, category: dev}), ([This is the life of Deven paragraphed], {name: Deven, category: dev})) in store
let input = r#"GETSIMN 8 with [testing the limits of life] using euclideandistance in other where ((year != 2012) AND (month not in (december, october)))"#;
0 commit comments