Item detail
github.com

juliangeymonat-jpg/mothrag

RepoRadar surfaced juliangeymonat-jpg/mothrag — a deterministic multi-hop rag with — into the RAG section, where it sits at Gold tier with a 'try now' verdict. Its strongest signal is workflow potential, scored 9.4 out of 10.

Score8.3
Popularity1.0
Risklow
TierGold
Score breakdown
Usefulness9.0
Novelty9.0
Momentum7.0
Maturity6.5
Open-source/build8.4
Evidence7.2
Workflow potential9.4
Setup ease6.4

Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.

Why it matters

Useful for RAG developers, AI agent developers, knowledge-base engineers, research teams, and data-platform engineers who need a multi-hop RAG that stays current on data that changes daily (live stats and standings, prices and filings, support tickets, news, internal docs) without the cost of pushing new data through a generative-LLM indexing pass. The durable differentiator is the deterministic m

Who should use it

RAG developers and AI agent developers who need a multi-hop RAG that stays current on data that changes daily (live stats and standings, prices and filings, support tickets, news, internal docs) without the cost of pushing new data through a generative-LLM indexing passKnowledge-base engineers and data-platform engineers who need a RAG that is auditable: every answer ships a proof tree showing the chunks retrieved, the multi-hop steps, and the final synthesisProduction RAG deploys that need deterministic, zero run-to-run variance — the same input always returns the same output, so the agent harness can rely on stable behaviour across runsOrg's that need research-SOTA multi-hop accuracy on the standard benchmarks (HotpotQA, 2WikiMultiHopQA, MuSiQue) without a GPU, without fine-tuning, and without a local modelAgent harness developers who need an `ingest()` API that is embed-and-append only — call `mothrag.ingest(new_chunks)` from a CI job on every push and the next query picks up the new content with no LLM extraction, no graph reconstruction, no retriever fine-tuning

Who should skip it

Skip juliangeymonat-jpg/mothrag unless the captured evidence suggests it solves a problem you are actively working on.

About this signal

juliangeymonat-jpg/mothrag is tracked by RepoRadar as a deterministic multi-hop rag with in the RAG section. It was first seen on 2026-07-04 and last updated on 2026-07-04. The current verdict is 'try now' with a Gold tier and moderate setup difficulty. juliangeymonat-jpg/mothrag leads on workflow potential (9.4) and practical usefulness (9.0); its lowest signal is setup ease (6.4), so factor that in before investing setup time. This page summarizes the evidence RepoRadar has captured from captured source metadata. The score, tier, risk label, and verdict on this page are never influenced by sponsorship, ads, or tips — they reflect only the usefulness, popularity, novelty, momentum, maturity, and evidence signals described in the RepoRadar methodology.

How this item is evaluated

RepoRadar assigned juliangeymonat-jpg/mothrag a composite score of 8.3 out of 10, placing it in the Gold tier. This score combines weighted sub-signals: usefulness (35%), novelty (18%), momentum (14%), maturity (10%), open-source/build quality (7%), evidence quality (6%), workflow potential (6%), and setup ease (4%). Popularity is tracked separately at 1.0 and never affects the composite score or tier. The risk label of 'low' reflects inherent user-impacting hazards, not generic novelty. Items with no risk flag may still require normal code review before production use.

Putting this into practice? Read How to evaluate an AI tool before you adopt it for the checklist behind this score.

Risk explanation

The default reader is Llama-3.3-70B over a Groq API and the default embedder is Gemini — both are paid APIs with free tiers; but production deploys should budget the API spend (~$0.032/query full config; ~$0.018/query economy tier) and rotate the keys on a schedule; The proof tree is the audit surface — production deploys that ship the proof tree to a user-facing UI need to think through what is shown (raw chunks may contain sensitive content) and what is logged (the proof tree is the agent's reasoning.

Evidence links
Closest alternatives / related signals
ragmulti-hop-ragdeterministicproof-treeauditableresearch-sotahotpotqa2wikimultihopqa