@jarenjs/db 0.83.2 → 0.84.3
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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -718,7 +718,7 @@ algorithm, exhaustive flag and returned candidate count, validates candidate
|
|
|
718
718
|
identity/vector shape, and re-scores candidates itself. The DB ledger recipe
|
|
719
719
|
continues to normalize as an exact adapter. No ANN runtime dependency is added.
|
|
720
720
|
|
|
721
|
-
|
|
721
|
+
The benchmark decision and its measured limits are maintained by [Tangle’s recall instruments](https://github.com/jklarenbeek/tangleai/blob/main/benchmark/MIGRATED-JAREN.md#labelled-recall-and-repeated-refinement). The generic store retains exact ranking; external ANN adapters must meet the declared oracle and lifecycle contract.
|
|
722
722
|
|
|
723
723
|
**One document, three executors, proven to agree.** As with the spatial
|
|
724
724
|
family, the k-nearest shapes of a committed corpus
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarenjs/db",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.84.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"types": "./types/index.d.ts",
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
"prepack": "npm run build:types"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@jarenjs/core": "^0.
|
|
92
|
-
"@jarenjs/json": "^0.
|
|
93
|
-
"@jarenjs/validate": "^0.
|
|
91
|
+
"@jarenjs/core": "^0.84.3",
|
|
92
|
+
"@jarenjs/json": "^0.84.3",
|
|
93
|
+
"@jarenjs/validate": "^0.84.3"
|
|
94
94
|
},
|
|
95
95
|
"bin": {
|
|
96
96
|
"jaren-db": "./src/cli.js"
|