Amure Db

D 56 completed
Other
unknown / rust · tiny
15
Files
3,997
LOC
1
Frameworks
4
Languages

Pipeline State

completed
Run ID
#1545210
Phase
done
Progress
0%
Started
2026-04-16 23:11:15
Finished
2026-04-16 23:11:15
LLM tokens
0

Pipeline Metadata

Stage
Cataloged
Decision
proceed
Novelty
40.54
Framework unique
Isolation
Last stage change
2026-05-10 03:34:51
Deduplication group #47574
Member of a group with 93 similar repo(s) — canonical #674615 view group →
About: code-quality intelligence by Repobility · https://repobility.com

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

rust
61.9%
html
20.1%
markdown
17.2%
toml
0.9%

Frameworks

Axum

Symbols

function71
struct19
enum6
extension6
constant2

Quality Timeline

1 quality score recorded.

View File Metrics

Embed Badge

Add to your README:

![Quality](https://repos.aljefra.com/badge/1368945.svg)
Quality BadgeSecurity Badge
Export Quality CSVDownload SBOMExport Findings CSV