Skip to content

Releases: weaviate/weaviate-python-client

v4.5.4

18 Mar 05:40
fc1c536
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.3...v4.5.4

v4.5.3

14 Mar 16:57
21af4e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.2...v4.5.3

v4.5.2

14 Mar 16:57
8fae7d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.1...v4.5.2

v4.5.1

04 Mar 11:38
e762706
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.0...v4.5.1

v4.5.0

28 Feb 15:37
556c48a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.4...v4.5.0

v4.4.4

13 Feb 05:23
5f4313c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.3...v4.4.4

v4.4.3

09 Feb 13:02
41a327f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.2...v4.4.3

v4.4.2

06 Feb 03:56
9203ba6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.1...v4.4.2

v4.4.1

01 Feb 16:26
64fa2d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.4.1

v4.4.0

31 Jan 16:07
8fa0241
Compare
Choose a tag to compare

What's Changed

  • A new and improved client has been developed that:
    • Streamlines the API and improves the UX when working with Weaviate
    • Fully connects to Weaviate's new gRPC API for faster queries
    • Ships with a fully autonomous dynamic batching algorithm for ease of data uploading
    • Introduces strong typing of inputs and ouputs for Python-native safety
    • Allows for the use of full typing hinting and generics to get the most out of your vectorised data
  • See the documentation on the new features in the v4 client
  • See the migration guide on how to upgrade from previous pre-release versions to this full release
  • If you have troubles upgrading from v3 to v4 or find that your codebase no longer works upon the bump then please raise an issue on the board and we will see to it!

New Contributors

Full Changelog: v3.26.2...v4.4.0