refactor: model naming v1(base)/v2, Qdrant collection naming

- Phase 1 = v1 (base model, sentence chunk embedding)
- Phase 2 = v2 (full pipeline + 5W1H)
- Naming leaves room for v3, v4, etc.
- Qdrant collection: momentry_dev_v1 (active model under dev)
- Release packaging exports Qdrant points snapshot
This commit is contained in:
Accusys
2026-05-09 14:14:04 +08:00
parent 227c647a43
commit 19669a1f91
4 changed files with 47 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ MONGODB_DATABASE=momentry
# ===========================================
QDRANT_URL=http://localhost:6333
QDRANT_API_KEY=your_qdrant_api_key
QDRANT_COLLECTION=momentry_rule1
QDRANT_COLLECTION=momentry_v2_full
# ===========================================
# API Server Configuration