[Question]: Unable to access the embedded model, in the docker image built using a Mac mini M4
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.
I see the required model in the file directory, but the model list cannot be read correctly, which is very strange
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
If all goes well, BAAI/bge-large-zh-v1.5 will be there as a new user signup.
Weired!
same problem in mac mini m4 pro!
I have same problem in mac mini M4Pro too!!