georgeguimaraes/arcana
06 Mar 2026Embeddable RAG library for Elixir/Phoenix with agentic pipelines and dashboard.
This looks like a really well-thought-out approach to adding RAG capabilities to Phoenix apps. The three-function API (ingest, search, ask) keeps things simple, but it also supports more advanced agentic pipelines with query expansion, multi-hop reasoning, and self-correction, with built-in LiveDashboard integration and swappable backends (pgvector, Bumblebee for local embeddings)