-
-
Notifications
You must be signed in to change notification settings - Fork 34
Retrieval Score Contract
Retrieval ordering is not answer confidence. V3.7 exposes separate fields so a client does not mistake a ranking value for a probability.
| Field | Meaning |
|---|---|
relevance_score |
Query-relative relevance, bounded to 0.0..1.0
|
ranking_score |
Internal ranking utility; diagnostic, not a probability |
memory_confidence |
Confidence stored with the underlying assertion |
trust_score |
Evidence-policy trust signal |
rank_position |
One-based returned position |
For one compatibility release, score aliases relevance_score and
confidence aliases memory_confidence.
Canonical recall responses declare:
{
"score_contract_version": "2",
"calibration_status": "uncalibrated",
"calibration_id": null,
"answer_confidence": null
}The current release does not claim calibrated answer confidence. Do not derive
one by transforming or averaging retrieval scores. Empty result sets declare
an abstention reason (evidence_floor or no_candidates).
Current candidate producers are dense semantic, BM25 lexical, temporal, Hopfield associative, and spreading activation. Entity-graph information is a post-fusion score enhancement in the current implementation, not a sixth candidate producer. Optional reranking and adaptive learning may affect ordering without changing the meaning of the public score fields.
The complete developer contract and calibration gate are in
docs/retrieval-score-contract.md.
SuperLocalMemory V4.0.3 — Local-first memory with explicit data-path controls. Current docs: Home · Installation · CLI · MCP whole 91 (full 46) · FAQ
Part of Qualixar | Created by Varun Pratap Bhardwaj | GitHub · CHANGELOG
Platform boundary: Apple Silicon macOS · 64-bit Windows · 64-bit Linux — Intel Mac and 32-bit Windows not supported (
cryptography==50.0.0).
SuperLocalMemory V4.0.3
Getting Started
- Installation
- Quick Start Tutorial
- Getting Started
- Modes Explained
- IDE Setup
- Host Integration Upgrades
- Migration from V2
Reference
- CLI Commands
- MCP Tools — 91 whole / 58 power / 46 full / 28 code / 14 core
- Retrieval Score Contract
- Auto-Memory
- Active Memory (V3.1)
Integrations
- Framework Adapters — 9 adapters
- Bounded Loops
- Multi-Agent Memory
Architecture
- Architecture Overview — historical V3, carried into V4
- Capabilities and Operations
- Published Benchmarks — V3 LoCoMo, not a V4 rerun
- Mathematical Foundations — historical V3
-
V4 Reliability Contract — 2,200/2,200, protocol
benchmark/run_all.py --trials 200
Enterprise and Teams
V2 Documentation