Oh, had to increase my timeout time for this. Here’s the config I ended up using:
weaviate.config.AdditionalConfig(
timeout=weaviate.config.Timeout(init=30, query=60, insert=120)
)
Oh, had to increase my timeout time for this. Here’s the config I ended up using:
weaviate.config.AdditionalConfig(
timeout=weaviate.config.Timeout(init=30, query=60, insert=120)
)