mirror of
https://github.com/saymrwulf/KnowledgeRefinery.git
synced 2026-06-10 00:18:53 +00:00
16 lines
560 B
Markdown
16 lines
560 B
Markdown
|
|
# Canonical Data Model
|
||
|
|
|
||
|
|
See [../../docs/data-model.md](../../docs/data-model.md) for the full data model documentation.
|
||
|
|
|
||
|
|
## Pipeline Version Tracking
|
||
|
|
|
||
|
|
Every derived artifact stores:
|
||
|
|
- `pipeline_version` - Overall pipeline version (e.g., "v1.0")
|
||
|
|
- `model_id` - LM Studio model used (for annotations/concepts)
|
||
|
|
- `prompt_id` + `prompt_version` - Prompt template version (for annotations)
|
||
|
|
|
||
|
|
This enables:
|
||
|
|
- Re-running with updated models/prompts without losing previous results
|
||
|
|
- A/B comparison of different model outputs
|
||
|
|
- Audit trail of how insights were derived
|