LearnNewsExamplesServices
Frontmatter
id9640
titleKnowledge Graph Database Backend (Neocortex)
stateClosed
labels
epicaiarchitecture
assigneestobiu
createdAtApr 3, 2026, 12:44 PM
updatedAtApr 3, 2026, 1:02 PM
githubUrlhttps://github.com/neomjs/neo/issues/9640
authortobiu
commentsCount0
parentIssue9638
subIssues
9646 Add better-sqlite3 Graph Storage to knowledge-base
9647 Create GraphService.mjs mapped to ChromaManager
subIssuesCompleted2
subIssuesTotal2
blockedBy[]
blocking[]
closedAtApr 3, 2026, 1:02 PM

Knowledge Graph Database Backend (Neocortex)

Closedepicaiarchitecture
tobiu
tobiu commented on Apr 3, 2026, 12:44 PM

Parent Epic: #9638

Problem

The knowledge-base server currently relies purely on ChromaDB. This prevents relational structure querying (AST topologies + episodic associations).

Solution

Introduce a local relational Graph backend using standard local SQLite tables (Nodes and Edges).

  • Create GraphService.mjs inside neo/ai/mcp/server/knowledge-base/services/.
  • Establish Semantic ID linking with Vector database hashes.
tobiu added the ai label on Apr 3, 2026, 12:44 PM
tobiu added the architecture label on Apr 3, 2026, 12:44 PM
tobiu added the feature label on Apr 3, 2026, 12:44 PM
tobiu added parent issue #9638 on Apr 3, 2026, 12:44 PM
tobiu removed the feature label on Apr 3, 2026, 12:46 PM
tobiu added the epic label on Apr 3, 2026, 12:46 PM
tobiu cross-referenced by #9646 on Apr 3, 2026, 12:56 PM
tobiu cross-referenced by #9647 on Apr 3, 2026, 12:56 PM
tobiu added sub-issue #9646 on Apr 3, 2026, 12:56 PM
tobiu added sub-issue #9647 on Apr 3, 2026, 12:56 PM
tobiu assigned to @tobiu on Apr 3, 2026, 1:00 PM
tobiu closed this issue on Apr 3, 2026, 1:02 PM