Stephen: ColBERT-Style Neural Retrieval for Elixir
ColBERT-style late interaction retrieval for Elixir. Per-token embeddings and MaxSim scoring for more precise search than single-vector approaches.
Embeddable RAG library for Elixir/Phoenix with agentic pipelines and dashboard - georgeguimaraes/arcana
ColBERT-style late interaction retrieval for Elixir. Per-token embeddings and MaxSim scoring for more precise search than single-vector approaches.
Everything I've learned building RAG systems, packaged into one Elixir library. Hybrid search, agentic pipelines, GraphRAG, all running on your existing Ecto Repo and pgvector.
Score whether an LLM's output follows from your source material or if it's hallucinated. Runs locally in Elixir, no API calls.