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

Trouble Batch Inserting Records Using Langchain w/ Weaviate

$
0
0

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)
        )

Viewing all articles
Browse latest Browse all 3605

Trending Articles