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

Timeout values in Wevaiate config

$
0
0

Ok, this can mitigate, but a query shouldn’t take that long:

there are more timeout configs:

client = weaviate.connect_to_local(
    port=8080,
    grpc_port=50051,
    additional_config=AdditionalConfig(
        timeout=Timeout(init=30, query=60, insert=120)  # Values in seconds
    )
)

But it would be interesting to understand why it is taking that long :thinking:


Viewing all articles
Browse latest Browse all 3588

Trending Articles