Initial public ModelForge release

This commit is contained in:
Jens
2026-09-01 21:30:16 +02:00
commit 7082ab955a
490 changed files with 104252 additions and 0 deletions
@@ -0,0 +1,16 @@
# Retrieval Pipeline Identity
A retrieval pipeline is behaviorally identified by:
- embedding-space identity;
- sparse and fusion configuration digests;
- optional reranker deployment and reranker configuration digest;
- candidate-k and output-k semantics.
The canonical identity digest covers every field. An embedding-only control and the same embedding
plus reranker are distinct pipelines even when dimensions and source collection are equal. A
reranker profile/configuration change also creates a new identity. Reranker addition is classified
`behavioral`; an embedding-space change remains `requires_reindex`.
Pipeline comparisons consume immutable fixed-pool runs. They do not overwrite embedding evaluation
runs and cannot be compared as though they were embedding deployments.