Spectra LLM web interface — React UI for the local RAG and fine-tuning stack
721
GitHub · compagnonsdudev/spectrallm (the backend, and the project's main page) · AGPL-3.0

The guided FR/EN interface for the whole journey — ingestion, playground with cited sources, fine-tuning, evaluation. Static assets built with Vite and served by Nginx on port 80, which also reverse-proxies /api to the backend.
This image does not run alone. It needs compagnonsdudev/spectrallm (the backend), a ChromaDB vector store and two llama.cpp servers. Everything is wired by the project's Compose file:
git clone https://github.com/devdownin/SpectraLLM.git && cd SpectraLLM
./scripts/setup.sh --download-embed --download-chat
docker compose --project-directory . \
-f deploy/docker/docker-compose.yml -f deploy/docker/docker-compose.hub.yml pull
docker compose --project-directory . \
-f deploy/docker/docker-compose.yml -f deploy/docker/docker-compose.hub.yml \
up -d --wait --no-build
Then open http://localhost. The full walkthrough lives on the backend image's page.
| Tag | Meaning |
|---|---|
latest | The most recent release. |
0.7 | The 0.7 series. |
0.7.1 | An exact version. Pin this in production. |
Architectures: linux/amd64 and linux/arm64.
Keep this image and compagnonsdudev/spectrallm on the same tag: they are built from the same commit by the same workflow, and are only ever tested together.
License: GNU AGPL-3.0 — full text.
Content type
Image
Digest
sha256:c4038bde0…
Size
33.3 MB
Last updated
16 days ago
docker pull compagnonsdudev/spectrallm-frontend