LearnNewsExamplesServices
Frontmatter
id9735
titleAI Infrastructure: Update Artifact Pipelines to use .neo-ai-data
stateClosed
labels
documentationenhancement
assigneestobiu
createdAtApr 6, 2026, 6:07 PM
updatedAtApr 6, 2026, 6:11 PM
githubUrlhttps://github.com/neomjs/neo/issues/9735
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 6, 2026, 6:11 PM

AI Infrastructure: Update Artifact Pipelines to use .neo-ai-data

Closeddocumentationenhancement
tobiu
tobiu commented on Apr 6, 2026, 6:07 PM

Description

The AI toolchain recently migrated its unified storage state to the hidden .neo-ai-data folder, 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

  1. buildScripts/ai/uploadKnowledgeBase.mjs: Re-target the zip process to compress the entire .neo-ai-data directory into neo-ai-data.zip.
  2. buildScripts/ai/downloadKnowledgeBase.mjs: Re-target the fetch logic to pull neo-ai-data.zip and validate the existence of the .neo-ai-data directory on the filesystem.
  3. AI_QUICK_START.md: Update Step 3.1 instructions instructing new users to check for the .neo-ai-data hidden folder instead of the deprecated chroma-neo-knowledge-base string.
tobiu added the documentation label on Apr 6, 2026, 6:07 PM
tobiu added the enhancement label on Apr 6, 2026, 6:07 PM
tobiu referenced in commit 87069c0 - "build: Update AI artifact pipelines to encapsulate hidden .neo-ai-data unified matrix (#9735)" on Apr 6, 2026, 6:10 PM
tobiu assigned to @tobiu on Apr 6, 2026, 6:11 PM
tobiu
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