请问昇腾卡为300I Duo,是否能离线部署RAGFlow带嵌入模型的版本
收藏回复举报
请问昇腾卡为300I Duo,是否能离线部署RAGFlow带嵌入模型的版本
t('forum.solved') 已解决
发表于2025-03-19 17:58:07
0 查看

官网路径::https://ragflow.io/docs/dev/build_docker_image

IMPORTANT

  • While we also test RAGFlow on ARM64 platforms, we do not maintain RAGFlow Docker images for ARM. However, you can build an image yourself on a linux/arm64 or darwin/arm64 host machine as well.
  • For ARM64 platforms, please upgrade the xgboost version in pyproject.toml to 1.6.0 and ensure unixODBC is properly installed.
  • 官网提示没有镜像,但是可以自己编译,需要修改的地方就一处,
  • #RAGFLOW_IMAGE=infiniflow/ragflow:v0.17.1-slim(注释掉)

    # To download the RAGFlow Docker image with embedding models, uncomment the following line instead:

    RAGFLOW_IMAGE=infiniflow/ragflow:v0.17.1(去掉注释)

现在我们部署起来后,页面能正常访问,模型也能正常添加(本地、API方式),但是ragflow自带的嵌入模型无法在页面显示,请问这样正常吗?

我要发帖子