Material for the itenium session on RAG & Embeddings: vector RAG from the ground up, built around five questions of which the naive pipeline answers one.
- Elevator pitch — abstract, audience, takeaways
- Notes — session outlines and the background material
- Demo app — the live demo
cd presentation
bun install
bun run devUpdate the theme:
cd presentation/theme
git pullcd app
export UV_PROJECT_ENVIRONMENT="$HOME/.venvs/rag-demo"
uv sync
uv run python scripts/build_index.py
uv run uvicorn --factory web.server:build --port 8000Runs against the synthetic corpus in app/sample/. See app/README.md
for real data, the wizard steps and the tests.