weaviate-python-client
weaviate-python-client copied to clipboard
A python native client for easy interaction with a Weaviate instance.
Currently, the batching logic implements its own methods for retrieving the batch stats from Weaviate in addition to the shards readiness. These methods should be centralised into the `_Cluster` class...
We currently allow to add multiple filters dynamically using `Filter.all_of(..list..of..filters...)`. However, users still need to handle the case that: - there are no filters (list is empty) - some of...
Some of our users find additional imports of classes & namespaces challenging. So, we propose to update how the integrations (e.g. Google, Cohere, OpenAI, etc.) are provided in the client,...
Hello, This week we tried to upgrade the version of the Weaviate python client to `4.8.0` as we wanted to try the support for multi vector search. The code runs...
Bumps [types-protobuf](https://github.com/python/typeshed) from 4.24.0.1 to 5.27.0.20240920. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
- adds `text2vec-weaviate` support to integrate with https://github.com/weaviate/weaviate/pull/4885