Sourced from weaviate-client's releases.
v4.4.1
What's Changed
- Add 'aggregate' to wvc exports by
@databyjp
in weaviate/weaviate-python-client#841- fixed connect helpers' documentation by
@SavvasMohito
in weaviate/weaviate-python-client#840- reintroduce str as input to group_by in aggregate by
@tsmith023
in weaviate/weaviate-python-client#843- Separate batch loops by
@dirkkul
in weaviate/weaviate-python-client#844- changelog 4.4.1 by
@dirkkul
in weaviate/weaviate-python-client#846Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v4.4.0...v4.4.1
Sourced from weaviate-client's changelog.
Version 4.4.1
This patch version includes
- Allows strings as input for
groupBy
arguments for aggregation.- Fixes for rate limit batching.
64fa2d9
Merge pull request #846
from weaviate/changelog4.4.139e3fd9
changelog 4.4.17933561
Merge pull request #844
from weaviate/separate-batch-loopsfe1c84b
Have separate loop for node status refresh424ae91
Fix OpenAI rate-limit detection and add more cases to repeatc30bfa0
Fix rate_limit repeat ratefe7f448
Merge pull request #843
from weaviate/allow-str-in-agg-groupby657ce0a
fix unit test8dba33e
reintroduce str as input to group_by in aggregate1d147a0
Merge pull request #840
from SavvasMohito/main