Gemma 4 based local RAG on 25 Years of news articles
500k-article Swiss Teletext corpus makes this RAG demo actually interesting.
A fully local Retrieval-Augmented Generation (RAG) implementation for querying 25 years of Swiss Teletext news (500k articles in German language)
Local RAG on 500k teletext articles when most demos use toy datasets.
Developers building local RAG pipelines, privacy-conscious users
PrivateGPT · LlamaIndex · LangChain
Why? I thought it's a cool type of dataset (short/high density news summaries) to test some local RAG approaches.
500k-article Swiss Teletext corpus makes this RAG demo actually interesting.
Just a Perplexity query result, not a tool you can actually use.
Tops LongMemEval and LoCoMo benchmarks with local-first AI memory architecture.
Knowledge graph RAG for code when Cursor and Cody already own this space.
150M model replaces LLM calls for evidence extraction with comparable F1 scores.
Single-file DB for LightRAG is clever, but HN scraping is solved by existing tools.