github av/harbor v0.5.6
v0.5.6 - Text Embeddings Inference, LightRAG, Paperless, Paperless-GPT, Whishper, Linkwarden

7 hours ago

TL;DR

Six new services — Text Embeddings Inference, LightRAG, Paperless, Paperless-GPT, Whishper, and Linkwarden — each with cross-service integrations, Traefik routes, host-owned workspaces, and runnable documentation.

Text Embeddings Inference

TEI Swagger UI listing the /embed, /rerank and /v1/embeddings endpoints

Hugging Face's embedding and reranking server, wired into Open WebUI, LibreChat, and AnythingLLM.

harbor up tei

LightRAG

LightRAG knowledge graph built from an ingested document

Graph-based retrieval augmented generation with a web UI, running against Ollama or llama.cpp with TEI embeddings, and available as a model in Open WebUI.

harbor up lightrag

Paperless

Paperless-ngx document list

Document management system that scans, indexes, and archives your paper documents.

harbor up paperless

Paperless-GPT

Paperless-GPT suggesting titles and tags for a document

LLM-generated titles, tags, and OCR for Paperless documents.

harbor up paperless-gpt

Whishper

Whishper transcription view

Self-hosted audio transcription, subtitle editing, and translation built on Whisper and LibreTranslate.

harbor up whishper

Linkwarden

Linkwarden collection of archived links

Bookmark manager that archives pages and tags them automatically with a local LLM.

harbor up linkwarden

Misc

  • Traefik routes for all six new services, so each is reachable on its own hostname.
  • Files the new services write to your workspace stay owned by your host user.
  • LightRAG answers complete on AMD hosts via a ROCm cross-file that keeps the query model on CPU.
  • TEI accepts whole-document ingest from AnythingLLM.
  • Linkwarden and Paperless logins stay on their Traefik hostnames instead of bouncing to localhost.
  • Whishper repairs workspace ownership on start and mirrors worker output to docker logs.

Full Changelog: v0.5.5...v0.5.6

Don't miss a new harbor release

NewReleases is sending notifications on new releases.