Just answering for future reference. I haven’t tested it, but you could try disabling Go profiling altogether. At least with v4.
import weaviate
client = weaviate.connect_to_embedded(
environment_variables={"DISABLE_GO_PROFILING": "true"},
)
Just answering for future reference. I haven’t tested it, but you could try disabling Go profiling altogether. At least with v4.
import weaviate
client = weaviate.connect_to_embedded(
environment_variables={"DISABLE_GO_PROFILING": "true"},
)