docs: clarify docling exclusion in offline Docker image

This commit is contained in:
yangdx 2025-10-16 09:31:50 +08:00
parent f2b6a068e3
commit 388dce2e31

View file

@ -86,6 +86,8 @@ docker-compose up
LightRAG provide an docker image can be deployment in offline environments where internet access is limited or unavailable. All you need to do is modify `docker-compose.yml`: change image tag from `latest` to `offline`. LightRAG provide an docker image can be deployment in offline environments where internet access is limited or unavailable. All you need to do is modify `docker-compose.yml`: change image tag from `latest` to `offline`.
> The offline Docker image does not include `docling` because its large size made integration into LightRAG internally impractical. This approach has been deprecated, and `docling` will be provided as a standalone service moving forward.
## 📦 Build Multi-Architecture Docker Images ## 📦 Build Multi-Architecture Docker Images
### Prerequisites ### Prerequisites