ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: Unable to access the embedded model, in the docker image built using a Mac mini M4

Open Sephirothi opened this issue 11 months ago • 2 comments

I can't access the embedded model in the web page, Used the docker image built on the Mac computer, following the guidance of the official documentation.

Image

I see the required model in the file directory, but the model list cannot be read correctly, which is very strange

Image

built the image by the following code: git clone https://github.com/infiniflow/ragflow.git cd ragflow/ pip3 install huggingface_hub nltk python3 download_deps.py docker build -f Dockerfile.deps -t infiniflow/ragflow_deps . docker build -f Dockerfile -t infiniflow/ragflow:nightly . docker compose -f docker/docker-compose-macos.yml up -d

Sephirothi avatar Feb 16 '25 11:02 Sephirothi

If all goes well, BAAI/bge-large-zh-v1.5 will be there as a new user signup. Weired!

KevinHuSh avatar Feb 17 '25 04:02 KevinHuSh

same problem in mac mini m4 pro!

sivagaga avatar Feb 23 '25 06:02 sivagaga

I have same problem in mac mini M4Pro too!!

caixunping avatar Mar 26 '25 16:03 caixunping