
WeKnora is Tencent's open-source LLM knowledge framework for enterprise RAG Q&A, ReAct agents, Wiki mode, multi-source document ingestion (PDF/Word/Excel/etc.), and multi-workspace RBAC. This template deploys the core stack: Web UI + App API + Docreader + PostgreSQL (ParadeDB/pgvector) + Redis.

Open-source knowledge framework by Tencent — RAG Q&A, ReAct Agent, Wiki mode, multi-format document parsing, and enterprise workspace RBAC.
Upstream: github.com/Tencent/WeKnora
Official site: weknora.weixin.qq.com
| Service | Image | Role |
|---|---|---|
| frontend | wechatopenai/weknora-ui | Web UI (public domain) |
| app | wechatopenai/weknora-app | Backend API (:8080) |
| docreader | wechatopenai/weknora-docreader | Document parse gRPC (:50051) |
| postgres | paradedb/paradedb:v0.22.2-pg17 | DB + vector (pgvector) |
| redis | redis:7.0-alpine | Cache / stream / MQ |
JWT_SECRET / DB / Redis passwords; prefer private network; consider DISABLE_REGISTRATION=true after bootstrap.MIT — Tencent/WeKnora