Frontmatter
| id | 9733 |
| title | AI Infrastructure: Add SQLite Vector Migration Utility Script |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Apr 6, 2026, 5:46 PM |
| updatedAt | Apr 6, 2026, 5:46 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9733 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 6, 2026, 5:46 PM |
AI Infrastructure: Add SQLite Vector Migration Utility Script
Closedenhancementai

Description
Commit the SQLite Vector Rebuild script (
buildScripts/ai/rebuildSQLiteVectors.mjs) to the repository.Motivation
This utility script was developed during the M5 Max / Ollama infrastructure migration to safely drop and cleanly re-index SQLite vector tables when swapping embedding models with differing vector dimensions (e.g., from Gemini's 3072D to Qwen's 4096D). It acts as a critical fail-safe utility for any future LLM environment migrations across the ecosystem.