Sign inSign up

compagnonsdudev/spectrallm-frontend

By compagnonsdudev

Updated 16 days ago

Spectra LLM web interface — React UI for the local RAG and fine-tuning stack

Image
0

721

compagnonsdudev/spectrallm-frontend repository overview

Spectra LLM
The web interface of Spectra LLM — React 19, served by Nginx.

GitHub · compagnonsdudev/spectrallm (the backend, and the project's main page) · AGPL-3.0

Spectra dashboard


What this image is

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.


Tags

TagMeaning
latestThe most recent release.
0.7The 0.7 series.
0.7.1An 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.


Documentation

License: GNU AGPL-3.0 — full text.

Tag summary

Content type

Image

Digest

sha256:c4038bde0

Size

33.3 MB

Last updated

16 days ago

docker pull compagnonsdudev/spectrallm-frontend