infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
22.86k stars 2.24k forks source link

[Question]: 为什么安装带有预装模型的版本时,下载了模型但却仍然显示系统为dev-slim,也没有预装模型,安装文件中下载了模型 #3224

Closed xxz196801 closed 1 week ago

xxz196801 commented 1 week ago

Describe your problem

安装包含嵌入模型DOcker镜像时,下载了模型但却仍然显示系统为dev-slim,尽管下载了模型,但系统并没有嵌入模型。请告诉我如何才能加载上模型。我是用这条命令安装的:docker build -f Dockerfile -t infiniflow/ragflow:dev . image