Commit a3d534b
committed
feat(migrate): add index migration CLI and core engine
- Add rvl migrate subcommand (helper, list, plan, apply, validate)
- Implement MigrationPlanner for schema diff classification
- Implement MigrationExecutor with drop_recreate mode
- Support vector quantization (float32 <-> float16) during migration
- Add MigrationValidator for post-migration validation
- Show error messages prominently on migration failure
- Add migration temp files to .gitignore1 parent 8ab9d71 commit a3d534b
10 files changed
Lines changed: 1593 additions & 5 deletions
File tree
- redisvl
- cli
- migration
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
0 commit comments