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

@@ -29,7 +29,7 @@ REDIS_PASSWORD=accusys
# Qdrant Vector Database - Collection isolation
QDRANT_URL=http://localhost:6333
QDRANT_API_KEY=Test3200Test3200Test3200
QDRANT_COLLECTION=momentry_dev_rule1
QDRANT_COLLECTION=momentry_dev_v1
# Paths
MOMENTRY_OUTPUT_DIR=/Users/accusys/momentry/output_dev