absorb.md

Qmd

6 mentions across 2 people

Visit ↗
Andrej Karpathy
github_gist · 2026-04-04
Recommended

A search engine over the wiki pages is the most obvious one — at small scale the index file is enough, but as the wiki grows you want proper search. qmd is a good option: it's a local search engine for markdown files with hybrid BM25/vector search and LLM re-ranking, all on-device.

LLM-Powered Persistent Knowledge Bases: An Alternative to RAG