Hi @DudaNogueira
First of all thanks for the reply.
I am facing issue similar to the one mentioned in Embedded Weaviate Port 6060 - Support - Weaviate Community Forum
As mentioned in the above thread, I added the environment variable:
"GO_PROFILING_DISABLE": "true"
in weaviate.connect_to_embedded
which gives the message:
listen tcp :6060: bind: address already in use
and throws the error
WeaviateStartUpError: Embedded DB did not start listening on port 8090 within 30 seconds
I have passed a different port
and grpc_port
for the target weaviate instance.