Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking change in weaviate-client #199

Open
LukasWestholt opened this issue Sep 19, 2024 · 1 comment
Open

Breaking change in weaviate-client #199

LukasWestholt opened this issue Sep 19, 2024 · 1 comment

Comments

@LukasWestholt
Copy link

The dependency weaviate-client got an (for us) breaking change:

A refactoring of the underlying implementation of the WeaviateClient to use the WeaviateAsyncClient under-the-hood scheduling the necessary coroutines to run in a side-car event-loop thread

(see https://weaviate-python-client.readthedocs.io/en/stable/changelog.html#version-4-7-0)

The event-loop thread (Singleton) in WeaviateClient prevents parallel upload > 1 from working. Because only one instance of the .connect() class is allowed at any one time.

See weaviate/weaviate-python-client#1007

So for a hotfix i will prepare a new version constraint for weaviate-client.

@LukasWestholt
Copy link
Author

After merging, we have to think about migrating WeaviateClient to WeaviateAsyncClient, right? @trengrj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant