dynamic_persona_moe_rag
ActiveDynamic graph-based Mixture-of-Experts RAG system using persona JSON files and a local Ollama model.
Python
Problem
Traditional RAG lacks specialization. Mixture-of-Experts routing through personas provides specialized retrieval.
Why It Matters
Demonstrates that RAG can be specialized through persona-based routing.
Core Ideas
- Graph-based Mixture-of-Experts
- Persona JSON files for specialization
- Local Ollama model integration