What's Changed
- feat: add optional location parameter to text2vec-google vectorizer by @g-despot in #2075
- feat(config): add optional dimensions to text2vec-aws vectorizer by @g-despot in #2078
- fix: reject bool values in ConnectionConfig int validators (Fixes #2076) by @rtmalikian in #2077
- Add
INTEGRATINGenum toReplicateOperationStateby @tsmith023 in #2085 - Return executor method so that it can be awaited properly in async client by @tsmith023 in #2093
- Add hybrid diversity support by @trengrj in #2079
- Reject bool where a plain int is expected in _is_valid by @NishchayMahor in #2088
- fix: include gRPC status code in batch delete error messages (Fixes #1030) by @rtmalikian in #2083
- Fix hybrid tests by @dirkkul in #2103
- Add endpoint setting for text2vec-openai and text2vec-morph by @dirkkul in #2102
- feat: add generative-deepseek module by @pablopupo in #2084
- Fix event-loop-blocking
time.sleepin asyncwait_for_weaviateby @kratos0718 in #2104 - Add cross-property BM25 And operator by @amourao in #2114
- feat(config): add multi2vec-twelvelabs vectorizer support (#2113) by @Anai-Guo in #2117
- feat(backup): expose incremental_base_backup_id on BackupListReturn (#2069) by @Anai-Guo in #2116
- fix(collections): re-raise non-404 errors from async Collection.exists() (#2100) by @Anai-Guo in #2112
- Fix Sequence[Union[...]] validation only requiring one element to match by @Nimra3261 in #2108
- fix(batch): set has_errors on per-object/reference errors in stream recv by @vaibzde in #2115
New Contributors
- @rtmalikian made their first contribution in #2077
- @NishchayMahor made their first contribution in #2088
- @pablopupo made their first contribution in #2084
- @kratos0718 made their first contribution in #2104
- @Nimra3261 made their first contribution in #2108
- @vaibzde made their first contribution in #2115
Full Changelog: v4.22.0...v4.23.0