qdrant-model-migration
Facilitates seamless embedding model migration in Qdrant, ensuring zero downtime and efficient data handling during transitions.
Install this skill
or
92/100
Security score
The qdrant-model-migration skill was audited on Jun 5, 2026 and we found 8 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 10
External URL reference
SourceSKILL.md
| 10 | - Understand collection aliases before choosing a strategy [Collection aliases](https://search.qdrant.tech/md/documentation/manage-data/collections/?s=collection-aliases) |
low line 19
External URL reference
SourceSKILL.md
| 19 | You CAN avoid re-embedding if: using Matryoshka models (use `dimensions` parameter to output lower-dimensional embeddings, learn linear transformation from sample data, some recall loss, good for 100M |
low line 29
External URL reference
SourceSKILL.md
| 29 | - Atomically swap the alias to the new collection [Switch collection](https://search.qdrant.tech/md/documentation/manage-data/collections/?s=switch-collection) |
low line 41
External URL reference
SourceSKILL.md
| 41 | - Create new collection with old and new named vectors both defined [Collection with multiple vectors](https://search.qdrant.tech/md/documentation/manage-data/collections/?s=collection-with-multiple-v |
low line 43
External URL reference
SourceSKILL.md
| 43 | - Backfill new model embeddings incrementally using `UpdateVectors` [Update vectors](https://search.qdrant.tech/md/documentation/manage-data/points/?s=update-vectors) |
low line 69
External URL reference
SourceSKILL.md
| 69 | - Use `update_mode: insert` (v1.17+) for safe idempotent migration [Update mode](https://search.qdrant.tech/md/documentation/manage-data/points/?s=update-mode) |
low line 71
External URL reference
SourceSKILL.md
| 71 | - Upload in parallel batches (64-256 points per request, 2-4 parallel streams) [Bulk upload](https://search.qdrant.tech/md/documentation/tutorials-develop/bulk-upload/) |
low line 73
External URL reference
SourceSKILL.md
| 73 | - For Qdrant Cloud inference, switching models is a config change, not a pipeline change [Inference docs](https://search.qdrant.tech/md/documentation/inference/) |
Scanned on Jun 5, 2026
View Security Dashboard