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