hi @rsale really sorry for the delay here
This os probably due to the fact that multi2vec-bind
can take quite some time to be up and running.
One way to avoid this, is to make sure multi2vec-bind
is running first, then spinning up Weaviate, like so
docker compose up -d multi2vec-bind
now you monitor the status of that cluster first, with docker ps
Once you are sure it is running, you can spin docker compose up -d
again.