
</a>
<a href="[***]" target="_blank">
</a>
<a href="[***]" target="_blank">
</a>
<a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
</a>
If you have not installed Docker on your local machine (Windows, Mac, or Linux), see Install Docker Engine.
Ensure vm.max_map_count >= 262144:
To check the value of
vm.max_map_count:bash$ sysctl vm.max_map_countReset
vm.max_map_countto a value at least 262144 if it is not.bash# In this case, we set it to 262144: $ sudo sysctl -w vm.max_map_count=262144This change will be reset after a system reboot. To ensure your change remains permanent, add or update the
vm.max_map_countvalue in /etc/sysctl.conf accordingly:bashvm.max_map_count=262144
Clone the repo:
bash$ git clone https://github.com/infiniflow/ragflow.git
Start up the server using the pre-built Docker images:
The command below downloads the
v0.15.0-slimedition of the RAGFlow Docker image. Refer to the following table for descriptions of different RAGFlow editions. To download an RAGFlow edition different fromv0.14.1-slim, update theRAGFLOW_IMAGEvariable accordingly in docker/.env before usingdocker composeto start the server. For example: setRAGFLOW_IMAGE=infiniflow/ragflow:v0.14.1for the full editionv0.14.1.
bash$ cd ragflow $ docker compose -f docker/docker-compose.yml up -d
| RAGFlow image tag | Image size (GB) | Has embedding models? | Stable? |
|---|---|---|---|
| v0.15.0 | ≈9 | :heavy_check_mark: | Stable release |
| v0.15.0-slim | ≈2 | ❌ | Stable release |
| nightly | ≈9 | :heavy_check_mark: | Unstable nightly build |
| nightly-slim | ≈2 | ❌ | Unstable nightly build |
Check the server status after having the server up and running:
bash$ docker logs -f ragflow-server
The following output confirms a successful launch of the system:
bash____ ___ ______ ______ __ / __ \ / | / ____// ____// /____ _ __ / /_/ // /| | / / __ / /_ / // __ \| | /| / / / _, _// ___ |/ /_/ // __/ / // /_/ /| |/ |/ / /_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/ * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:9380 * Running on http://x.x.x.x:9380 INFO:werkzeug:Press CTRL+C to quit
If you skip this confirmation step and directly log in to RAGFlow, your browser may prompt a
network anormalerror because, at that moment, your RAGFlow may not be fully initialized.
In your web browser, enter the IP address of your server and log in to RAGFlow.
With the default settings, you only need to enter
http://IP_OF_YOUR_MACHINE(sans port number) as the default HTTP serving port80can be omitted when using the default configurations.
In https://github.com/infiniflow/ragflow/blob/main/docker/service_conf.yaml.template, select the desired LLM factory in user_default_llm and update
the API_KEY field with the corresponding API key.
See llm_api_key_setup for more information.
The show is on!
When it comes to system configurations, you will need to manage the following files:
SVR_HTTP_PORT, MYSQL_PASSWORD, and
MINIO_PASSWORD.The ./docker/README file provides a detailed description of the environment settings and service configurations which can be used as
${ENV_VARS}in the service_conf.yaml.template file.
To update the default HTTP serving port (80), go to docker-compose.yml and change 80:80
to <YOUR_SERVING_PORT>:80.
Updates to the above configurations require a reboot of all containers to take effect:
bash$ docker compose -f docker/docker-compose.yml up -d
RAGFlow uses Elasticsearch by default for storing full text and vectors. To switch to https://github.com/infiniflow/infinity/, follow these steps:
Stop all running containers:
bash$ docker compose -f docker/docker-compose.yml down -v
Set DOC_ENGINE in docker/.env to infinity.
Start the containers:
bash$ docker compose -f docker/docker-compose.yml up -d
[!WARNING] Switching to Infinity on a Linux/arm64 machine is not yet officially supported.






探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务