@based/db 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -51,5 +51,5 @@ export declare const VECTOR_DOT_PRODUCT = 0;
|
|
|
51
51
|
export declare const VECTOR_MANHATTAN_DIST = 1;
|
|
52
52
|
export declare const VECTOR_COSTINE_SIMILARITY = 2;
|
|
53
53
|
export declare const VECTOR_EUCLIDEAN_DIST = 3;
|
|
54
|
-
export declare const getVectorFn: (optsFn?: FilterOpts["fn"]) => 1 | 2 | 3
|
|
54
|
+
export declare const getVectorFn: (optsFn?: FilterOpts["fn"]) => 0 | 1 | 2 | 3;
|
|
55
55
|
export declare const toFilterCtx: (op: Operator, opts?: FilterOpts) => FilterCtx;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@based/db",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/src/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"basedDbNative.cjs"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@based/schema": "5.0.0-alpha.
|
|
34
|
+
"@based/schema": "5.0.0-alpha.3",
|
|
35
35
|
"@saulx/hash": "^3.0.0",
|
|
36
36
|
"@saulx/utils": "^4.3.2",
|
|
37
37
|
"picocolors": "^1.1.0"
|