@jarenjs/db 0.83.3 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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
- Index decision: <!--fact:recall.annDecision-->0/6 contender rows cleared all bars; retain exact. Required exact-top-10 recall ≥ 0.95, p95 speedup 2×, and a measured exact p95 100 ms. The largest reference corpus contains 5183 documents; scale beyond it remains unmeasured.<!--/fact-->
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.83.3",
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.83.3",
92
- "@jarenjs/json": "^0.83.3",
93
- "@jarenjs/validate": "^0.83.3"
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"