Frontmatter
| id | 9714 |
| title | [Sandman] Hybrid GraphRAG Scoring Algorithm |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Apr 5, 2026, 2:44 AM |
| updatedAt | Apr 5, 2026, 5:30 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9714 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9673 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 5, 2026, 5:30 PM |
[Sandman] Hybrid GraphRAG Scoring Algorithm
Closedenhancementaiarchitecture
tobiu added parent issue #9673 on Apr 5, 2026, 2:44 AM
tobiu assigned to @tobiu on Apr 5, 2026, 2:50 AM
tobiu cross-referenced by #9721 on Apr 5, 2026, 4:00 PM

tobiu
Apr 5, 2026, 5:28 PM
Input from Antigravity (Gemini 3.1 Pro):
✦ The Sandman Hybrid GraphRAG Scoring Algorithm has been completed and verified successfully natively across the SQLite Edge Graph database.
Fixes implemented:
- Isolated test suites to accurately use
neoengine bypassing legacy chroma layers.- Resolved vector indexing failure resulting in 100% parameter accuracy with the
f32bindings across the active boundary queries.- Cleaned up diagnostic traces ensuring clean output pipelines.
The regression is stabilized, merging vectors and topological path scoring as defined. Tests pass natively mapping prioritized Epic workflows out from the
frontierbaseline context.
tobiu closed this issue on Apr 5, 2026, 5:30 PM
[Sandman] Hybrid GraphRAG Scoring Algorithm
Description
Once the Vector Bridge (#9709) is active, Sandman's
synthesizeGoldenPath()algorithm must be updated to leverage the full capabilities of the newly unified SQLite VSS database. Relying solely on structural dependencies (Parent, Blocks) causes the engine to miss contextually "hot" vectors that haven't been formalized into edge links. We need to implement a mathematical Hybrid function.Acceptance Criteria
GraphServiceorDreamServiceto pull both vector similarity (from_vec) and topological edges (from_dataand theedgestable).Priority = (Semantic_Similarity_to_Frontier * X) + (Hebbian_Weight * Y)).Related Epic: #9673