Install Khoj via Docker
Khoj's recommended path is the official Docker image. It bundles the Python backend, the embedding model, and the web UI. The `--pull` flag makes sure you get the latest. Bind-mount a host folder so your PDF corpus stays on your filesystem (and survives container rebuilds).
Image pull fails or hangs.
The image is ~3 GB on first pull. On a slow connection use `docker pull ghcr.io/khoj-ai/khoj:latest` in advance, watch the progress, then re-run the docker run command.