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

Batch inserts failing for weaviate

$
0
0

Glad to hear that!

Notice that you are using python v3 client, while the new python v4 will get you a lot of improvements, specially on batch inserts, as it uses GRPC instead of HTTP.

Check this doc on how to migrate your code from v3 to v4:

The cool part is that the new python v4 client also includes the python v3, so you can migrate your codebase gradually, and start for example on the batch, already leveraging the GRPC features.

THanks!


Viewing all articles
Browse latest Browse all 3605

Trending Articles