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

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 →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/zstar1003/ragflowplus
:v0.5.0
linux/amd64
2025/08/11 00:296.5 GBsha256:4bbf3c5aa15d
docker.io/zstar1003/ragflowplus
:v0.4.3
linux/amd64
2025/06/13 20:453.4 GBsha256:f871ef778fb1
docker.io/zstar1003/ragflowplus
:v0.4.2
linux/amd64
2025/06/10 15:273.4 GBsha256:85f51327e832
docker.io/zstar1003/ragflowplus
:v0.4.1
linux/amd64
2025/06/08 18:373.5 GBsha256:ddc45f7c6815
docker.io/zstar1003/ragflowplus
:v0.4.0
linux/amd64
2025/06/05 23:483.4 GBsha256:f99fa9094be2
docker.io/zstar1003/ragflowplus
:v0.3.0
linux/amd64
2025/05/17 20:113.4 GBsha256:dfc7aa6f6b8d
docker.io/zstar1003/ragflowplus
:v0.2.1
linux/amd64
2025/04/25 23:203.1 GBsha256:6e0d18ba187b
docker.io/zstar1003/ragflowplus
:v0.2.0
linux/amd64
2025/04/19 20:159.8 GBsha256:7fb8d19bf8ea