hi @Guillermo_Ripa !! Welcome to our community
Ohhhh. Now I see! Nice catch!
the port 6060
comes from the Go profiling!
It took me some time to figure out that this env var was wrong in our docs
So this will work:
client = weaviate.connect_to_embedded(
environment_variables={"GO_PROFILING_DISABLE": "true"},
)
Thanks for pointing it out!
Here is the PR: Add correct go profiling env vars by dudanogueira 路 Pull Request #2480 路 weaviate/weaviate-io 路 GitHub