LearnNewsExamplesServices
Frontmatter
id9733
titleAI Infrastructure: Add SQLite Vector Migration Utility Script
stateClosed
labels
enhancementai
assigneestobiu
createdAtApr 6, 2026, 5:46 PM
updatedAtApr 6, 2026, 5:46 PM
githubUrlhttps://github.com/neomjs/neo/issues/9733
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 6, 2026, 5:46 PM

AI Infrastructure: Add SQLite Vector Migration Utility Script

Closedenhancementai
tobiu
tobiu commented on Apr 6, 2026, 5:46 PM

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.

tobiu added the enhancement label on Apr 6, 2026, 5:46 PM
tobiu added the ai label on Apr 6, 2026, 5:46 PM
tobiu referenced in commit 9c7e63e - "feat: Add SQLite Vector Migration Utility Script (#9733)" on Apr 6, 2026, 5:46 PM
tobiu assigned to @tobiu on Apr 6, 2026, 5:46 PM
tobiu
tobiu Apr 6, 2026, 5:46 PM

Script pushed and safely integrated into the buildScripts directory.

tobiu closed this issue on Apr 6, 2026, 5:46 PM