[Question]: Cannot find embedding models after "Build a Docker image including embedding models"
Describe your problem
Hello, I built the image and deployed ragflow on my macbook with M1 pro chip following the exact steps on https://ragflow.io/docs/dev/build_docker_image:
git clone https://github.com/infiniflow/ragflow.git cd ragflow/ uv run download_deps.py docker build -f Dockerfile.deps -t infiniflow/ragflow_deps . docker build -f Dockerfile -t infiniflow/ragflow:nightly .
Then I successfully started the docker container, but I found the embedding model list is empty, is it a bug or I miss something?
I do found the models were downloaded in my local ragflow directory during uv run download_deps.py:
but these models are not added in the image.
Me too!Have you solved the problem?
Me too!Have you solved the problem?
No... still trying to figure out
What about signing up a new user?
What about signing up a new user?
I tried. It didn't work
It looks like many people have this problem, including me.
including me.
including me.
me too