Overview
- Full name
docker.io/zstar1003/ragflowplus- Registry
- docker.io
- Namespace
- zstar1003
- Repository
- ragflowplus
- Cached tags
- 8
- Last synced
- 07/06/2026, 01:14 AM
- Topics
Introduction
RAGFlow Plus 增强版 RAG 知识库镜像,文档解析、向量检索与 LLM 问答,自托管企业知识库问答平台。
Details
zstar1003/ragflowplus 运行 RAGFlow Plus 增强版 RAG 平台,支持 PDF/Word 文档解析、向量索引与 LLM 检索增强问答。定位为 RAG 知识库 Web 应用,需 PostgreSQL、Redis 与 Elasticsearch/向量库;K8s Deployment 内网企业知识问答。
快速启动
docker run -d --name ragflowplus \
-p 9380:9380 \
docker.io/zstar1003/ragflowplus:latest
推荐实践
docker run -d --name ragflowplus \
--restart unless-stopped \
-p 9380:9380 \
-e OPENAI_API_KEY=sk-xxx \
-v /data/ragflow:/data \
docker.io/zstar1003/ragflowplus:1.0.0
核心参数说明
-p 9380:9380— RAGFlow Web UI-e OPENAI_API_KEY— LLM API 密钥(高敏)-v .../ragflow:...— 文档与索引存储- 依赖 — PostgreSQL/Redis/ES
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: ragflowplus
spec:
replicas: 1
selector:
matchLabels:
app: ragflowplus
template:
metadata:
labels:
app: ragflowplus
spec:
containers:
- name: ragflow
image: docker.io/zstar1003/ragflowplus:1.0.0
ports:
- containerPort: 9380
envFrom:
- secretRef:
name: ragflow-env
volumeMounts:
- name: data
mountPath: /data
volumes:
- name: data
persistentVolumeClaim:
claimName: ragflow-data
---
apiVersion: v1
kind: Service
metadata:
name: ragflowplus
spec:
selector:
app: ragflowplus
ports:
- port: 9380
targetPort: 9380
依赖中间件独立 Deployment;Ingress 内网知识库入口。
Latest tags (20)
View all 8 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/zstar1003/ragflowplus :v0.5.0 | linux/amd64 | 2025/08/11 00:29 | 6.5 GB | sha256:4bbf3c5aa15d… | |||
docker.io/zstar1003/ragflowplus :v0.4.3 | linux/amd64 | 2025/06/13 20:45 | 3.4 GB | sha256:f871ef778fb1… | |||
docker.io/zstar1003/ragflowplus :v0.4.2 | linux/amd64 | 2025/06/10 15:27 | 3.4 GB | sha256:85f51327e832… | |||
docker.io/zstar1003/ragflowplus :v0.4.1 | linux/amd64 | 2025/06/08 18:37 | 3.5 GB | sha256:ddc45f7c6815… | |||
docker.io/zstar1003/ragflowplus :v0.4.0 | linux/amd64 | 2025/06/05 23:48 | 3.4 GB | sha256:f99fa9094be2… | |||
docker.io/zstar1003/ragflowplus :v0.3.0 | linux/amd64 | 2025/05/17 20:11 | 3.4 GB | sha256:dfc7aa6f6b8d… | |||
docker.io/zstar1003/ragflowplus :v0.2.1 | linux/amd64 | 2025/04/25 23:20 | 3.1 GB | sha256:6e0d18ba187b… | |||
docker.io/zstar1003/ragflowplus :v0.2.0 | linux/amd64 | 2025/04/19 20:15 | 9.8 GB | sha256:7fb8d19bf8ea… |