Skip to content

v4.23.0

Latest

Choose a tag to compare

@dirkkul dirkkul released this 13 Aug 09:00
· 24 commits to main since this release
c94b224

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 INTEGRATING enum to ReplicateOperationState by @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.sleep in async wait_for_weaviate by @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

Full Changelog: v4.22.0...v4.23.0