Amure Db
D 56 completed
Other
unknown / rust · tiny
15
Files
3,997
LOC
1
Frameworks
4
Languages
Pipeline State
completedRun ID
#1545210Phase
doneProgress
0%Started
2026-04-16 23:11:15Finished
2026-04-16 23:11:15LLM tokens
0Pipeline Metadata
Stage
CatalogedDecision
proceedNovelty
40.54Framework unique
—Isolation
—Last stage change
2026-05-10 03:34:51Deduplication group #47574
Member of a group with 93 similar repo(s) — canonical #674615 view group →
About: code-quality intelligence by Repobility · https://repobility.com
🧪 Code Distillation
Browse all specs →AI Prompt
Create a backend knowledge graph database, named amure-db, written in Rust using the Axum framework. This system should function as a RAG backend for AlphaFactor, managing knowledge structured around Hypothesis nodes. The core functionality needs to support storing hypotheses with details like statements, abstracts, and discussion, along with associated experiments (Universe, Regime, Temporal, Combo). It must model relationships between hypotheses using edges (Reference, Superset, Subset, Orthogonal), ensuring every edge has a mandatory reason. Implement graph traversal capabilities, including an in-memory graph structure and BFS walk. Crucially, include a search mechanism that uses OpenAI embeddings for cosine similarity search, followed by MMR reranking, and also supports keyword fallback. The system should expose an HTTP endpoint for searching and loading root nodes with their immediate edges.
rust axum knowledge-graph rag openai backend graph-db rust-web
Generated by gemma4:latest
Catalog Information
Create a backend knowledge graph database, named amure-db, written in Rust using the Axum framework. This system should function as a RAG backend for AlphaFactor, managing knowledge structured around Hypothesis nodes. The core functionality needs to support storing hypotheses with details like statements, abstracts, and discussion, along with associated experiments (Universe, Regime, Temporal, Combo). It must model relationships between hypotheses using edges (Reference, Superset, Subset, Orthog
Tags
rust axum knowledge-graph rag openai backend graph-db rust-web
Quality Score
D
56.5/100
Structure
48
Code Quality
75
Documentation
49
Testing
0
Practices
77
Security
92
Dependencies
80
Strengths
- Consistent naming conventions (snake_case)
- Good security practices — no major issues detected
Weaknesses
- No LICENSE file — legal ambiguity for contributors
- No tests found — high risk of regressions
- No CI/CD configuration — manual testing and deployment
- 257 duplicate lines detected — consider DRY refactoring
Recommendations
- Add a test suite — start with critical path integration tests
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a linter configuration to enforce code style consistency
- Add a LICENSE file (MIT recommended for open source)
Languages
Frameworks
Axum
Symbols
function71
struct19
enum6
extension6
constant2
Embed Badge
Add to your README:
