Frontmatter
| id | 9709 |
| title | [Vector Bridge] Stitching Chroma Semantics to SQLite Edge Nodes |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Apr 4, 2026, 11:05 PM |
| updatedAt | Apr 4, 2026, 11:30 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9709 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9673 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 4, 2026, 11:30 PM |
[Vector Bridge] Stitching Chroma Semantics to SQLite Edge Nodes
Closedenhancementaiarchitecture
tobiu added parent issue #9673 on Apr 4, 2026, 11:05 PM
tobiu assigned to @tobiu on Apr 4, 2026, 11:30 PM

tobiu
Apr 4, 2026, 11:30 PM
Implemented queryNodeTopology in GraphService and the query_hybrid_graph MCP tool in memory-core. Changes pushed.
tobiu closed this issue on Apr 4, 2026, 11:30 PM
tobiu cross-referenced by #9714 on Apr 5, 2026, 2:44 AM
Description
Dismantle the silos between the Vector database (ChromaDB) and the structural Edge Database (SQLite). Enable unified GraphRAG traversals native to the
memory-coreMCP.Acceptance Criteria
GraphService.mjsnode schema to linksemanticVectorId.query_hybrid_graphMCP tool to fetch cross-boundary memory + structural payloads in a single turn.