Skip to content

fix(rag): remove dead NeuralMeshRetriever injection gate from RAGService (#4686)#4715

Merged
mrveiss merged 1 commit intoDev_new_guifrom
issue-4686
Apr 15, 2026
Merged

fix(rag): remove dead NeuralMeshRetriever injection gate from RAGService (#4686)#4715
mrveiss merged 1 commit intoDev_new_guifrom
issue-4686

Conversation

@mrveiss
Copy link
Copy Markdown
Owner

@mrveiss mrveiss commented Apr 15, 2026

Closes #4686

Summary

  • NeuralMeshRetriever requires 7+ injected dependencies (PPR, EdgeLearner, mesh_db, etc.) that don't exist in any production startup path
  • Removed _mesh_retriever field, _run_mesh_retriever() method, the guard block in advanced_search(), and mesh_retriever_enabled from RAGConfig.to_dict()
  • NeuralMeshRetriever class itself retained — it has its own tests

Note: Commit was from a prior session, worktree accidentally cleaned before push — recovered from git reflog.

…ice (#4686)

NeuralMeshRetriever requires 7+ injected dependencies (PPR, EdgeLearner,
mesh_db, etc.) that don't exist in any production startup path. Remove
_mesh_retriever field, _run_mesh_retriever() method, the guard block in
advanced_search(), and mesh_retriever_enabled from RAGConfig.to_dict().
NeuralMeshRetriever class itself is retained — it has its own tests.
@mrveiss mrveiss merged commit 25fcd8d into Dev_new_gui Apr 15, 2026
3 of 4 checks passed
@mrveiss mrveiss deleted the issue-4686 branch April 15, 2026 17:19
@github-actions
Copy link
Copy Markdown

✅ SSOT Configuration Compliance: Passing

🎉 No hardcoded values detected that have SSOT config equivalents!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant