Closed lambdaofgod closed 6 months ago
I have the same issue.
Thanks for the issue! I'll have a look
We added some fixes to the Docker setup! Could you try again and see if it works now? 🚀
Closing this one! Let me know if the error persists
@thomashacker I have the same problem as described above.
I have cloned the project https://github.com/weaviate/Verba/commit/1be4e52e80dc159f72940c5bf9f1e6ed962ba8bc and just run docker compose up
verba-1 | INFO: Will watch for changes in these directories: ['/Verba'] verba-1 | INFO: Uvicorn running on http://localhost:8000 (Press CTRL+C to quit) verba-1 | INFO: Started reloader process [1] using WatchFiles verba-1 | INFO: Started server process [8] verba-1 | INFO: Waiting for application startup. verba-1 | INFO: Application startup complete. verba-1 | ℹ Setting up client verba-1 | ℹ No Auth information provided verba-1 | ✔ Connected to Weaviate verba-1 | ℹ Setting up components verba-1 | ℹ Retrieve Config From Weaviate verba-1 | ✔ Config Saved in Weaviate verba-1 | ℹ Setting READER to BasicReader verba-1 | ℹ Setting CHUNKER to TokenChunker verba-1 | ℹ Setting EMBEDDER to ADAEmbedder verba-1 | ℹ Setting RETRIEVER to WindowRetriever verba-1 | ℹ Setting GENERATOR to GPT3 verba-1 | INFO: 127.0.0.1:40214 - "HEAD / HTTP/1.1" 200 OK ... repeating ...
We added a fix to the Dockerfile! Pull the latest changes and try again. The problem was that verba was not correctly exposed
Thanks a lot. It works after rebuilding the containers.
docker compose down
docker compose build
docker compose up
I'm trying to run verba using docker-compose, when I run it (I fixed Dockerfile to use Python 3.10 BTW) I get
In spite of this I can't access verba on localhost:8000. I've waited for couple of minutes. The weaviate seems to work and it returns