Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3590

Embedded Weaviate Port 6060

$
0
0

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"},
)

Viewing all articles
Browse latest Browse all 3590

Trending Articles