Frontmatter
| id | 9735 |
| title | AI Infrastructure: Update Artifact Pipelines to use .neo-ai-data |
| state | Closed |
| labels | documentationenhancement |
| assignees | tobiu |
| createdAt | Apr 6, 2026, 6:07 PM |
| updatedAt | Apr 6, 2026, 6:11 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9735 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 6, 2026, 6:11 PM |
AI Infrastructure: Update Artifact Pipelines to use .neo-ai-data
Closeddocumentationenhancement
tobiu assigned to @tobiu on Apr 6, 2026, 6:11 PM

tobiu
Apr 6, 2026, 6:11 PM
Successfully re-routed download and upload automation scripts to encapsulate the .neo-ai-data directory, guaranteeing that future AI artifact releases properly contain both the legacy ChromaDB and new SQLite multi-vector graph.
tobiu closed this issue on Apr 6, 2026, 6:11 PM
Description
The AI toolchain recently migrated its unified storage state to the hidden
.neo-ai-datafolder, encapsulating both Chroma DB collections and the new SQLite Memory Graph. However, the CI/CD artifact pipeline scripts and onboarding documentation were not updated, leading to missing artifact generation and broken download validations.Proposed Changes
buildScripts/ai/uploadKnowledgeBase.mjs: Re-target the zip process to compress the entire.neo-ai-datadirectory intoneo-ai-data.zip.buildScripts/ai/downloadKnowledgeBase.mjs: Re-target the fetch logic to pullneo-ai-data.zipand validate the existence of the.neo-ai-datadirectory on the filesystem.AI_QUICK_START.md: Update Step 3.1 instructions instructing new users to check for the.neo-ai-datahidden folder instead of the deprecatedchroma-neo-knowledge-basestring.