➡️ rti.github.io/barebone-rag/slides.html
Required software:
- Docker Engine
- Docker Compose 2
docker compose up --build --wait
Download a goodwiki dump from huggingface https://huggingface.co/datasets/euirim/goodwiki (direct link)
Rename the file to goodwiki.parquet
and run
docker compose run app python import_dump.py
This will take some time. But you can start querying already while it's running.
docker compose run app python repl.py
pip install -r requirements.txt
Slides are generated from markdown using https://marp.app/
marp-cli --watch slides.md
Or, with nix-wrap:
wrap -n nix run nixpkgs#marp-cli -- --watch slides.md