Diego.

2026

PolyRAG

Local federated RAG

  • FastAPI
  • Qdrant
  • llama.cpp
  • SvelteKit
PolyRAG chat with the route scoreboard and span waterfall

Picks the right store (graph, vector or relational) with arithmetic, not an agent, and shows the route and every pipeline step. Runs locally on AMD GPUs via Vulkan.

Drop a spreadsheet, a scanned receipt and a policy document into one folder. PolyRAG reads each file, splits it into chunks and decides, chunk by chunk, whether it belongs in a SQL table, a vector index or a knowledge graph. When you ask a question, the same decision picks where to look.

The premise is the opposite of agent-based RAG: use deterministic maths wherever it can decide, and keep the model only for writing the answer. Every step reports itself live, so you can watch the route being chosen and the numbers behind it.

Full documentation on GitHub ↗
Next projectRasterScope