The embedding model changes and is incompatible with the old index.
Migrate without an outage.
Choose two practices.
Build a separate index, compare quality, authorization, and performance, then switch atomically while retaining rollback data.
Detailed explanation
Old and new behavior are isolated.
Old and new behavior are isolated.
Recovery is possible.
Recovery is possible.
Distance calculations break.
Distance calculations break.
Recovery is difficult.
Recovery is difficult.
Try it yourself
An example you can run in a temporary verification environment.
AWS公式AIF-C01 Domain 3.1の埋め込み、ベクトル索引、移行を確認する。Expected result
ベクトル方式変更を旧データと混在させず、検証・切替・復旧できる。Key points
- Vector index
- Migration
- Rollback
Notes
- Environment: AWS公式AIF-C01試験ガイドとAWS公式ドキュメントの確認
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.