infiniflow / ragflow

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

[Question]: Unable to setup working server, IP not responding #2456

Open Anushka-AppsAiT opened 1 week ago

Anushka-AppsAiT commented 1 week ago

Describe your problem

I forked main yesterday (e41268e), made a new workspace on gitpod with my fork & chose reqd specs, and followed readme: $ cd docker $ chmod +x ./entrypoint.sh $ docker compose up -d All success. But when I go to the given address:port on another tab, it doesn't respond (cannot be reached).

I had commented uplimit part in the docker-compose-base.yml, since gitpod didn't allow that. also tried to add below lines instead, not allowed. sysctls:

KevinHuSh commented 1 week ago

All success. But when I go to the given address:port on another tab, it doesn't respond (cannot be reached). Delete port 9380 only IP required.