Skip to content

Releases: weaviate/weaviate-python-client

v3.19.0

18 May 08:58
ac0d3ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.18.0...v3.19.0

v3.18.0

09 May 15:10
30cb916
Compare
Choose a tag to compare

What's Changed

  • Fix publishing of documentation to readthedocs by @dirkkul in #320
  • Add support for properties with hybrid search by @dirkkul in #319

Full Changelog: v3.17.1...v3.18.0

v3.17.1

08 May 06:47
1a8e14a
Compare
Choose a tag to compare

What's Changed

  • Fix schemas with indexFilterable and indexSearchable by @dirkkul in #316

Full Changelog: 3.17.0...v3.17.1

v3.17.0

04 May 18:40
83457c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.16.2...3.17.0

v3.16.2

26 Apr 09:34
9429c56
Compare
Choose a tag to compare

What's Changed

  • Fix urls containing username and password by @dirkkul in #304

Full Changelog: v3.16.1...v3.16.2

v3.16.1

24 Apr 09:52
1f1f809
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.16.0...v3.16.1

v3.16.0

24 Apr 09:51
0e33223
Compare
Choose a tag to compare

What's Changed

  • Minimum supported version is python 3.8 by @dirkkul in #271
  • Removal of the WCS module. Note that the module was used to administrate old WCS instances and does not work anymore @dirkkul in #296
  • Experimental support for GRPC. by @dirkkul in #293
    • Can by enabled by installing the client with pip install weaviate-client[GRPC] or install the grpcio package manually.
    • To disable uninstall the grpcio package.
    • This will speed up certain GraphQL queries: Get with NearObject or NearVector if only non-reference queries are retrieved and no other options are set.

Full Changelog: v3.15.6...v3.16.0

v3.15.6

15 Apr 06:32
fec07f5
Compare
Choose a tag to compare

What's Changed

  • Fix multi line queries for hybrid and BM25 by @dirkkul in #290

Full Changelog: v3.15.5...v3.15.6

v3.15.5

09 Apr 14:14
7dfdd9b
Compare
Choose a tag to compare

What's Changed

  • Remove cluster hostname from weaviate embedded and set deterministic default by @dirkkul in #279
  • Fix multi-line queries for generative search by @dirkkul in #278
  • Construct embedded weaviate download URL from version. Newly supported version arguments are:
    • latest, which always downloads and uses the latest weaviate release
    • version numbers (eg 1.18.2) which downloads that weaviate version for your platform
client = weaviate.Client(embedded_options=EmbeddedOptions(version="latest"))
client = weaviate.Client(embedded_options=EmbeddedOptions(version="1.18.2"))

by @dirkkul in #281

Full Changelog: v3.15.4...v3.15.5

v3.15.4

08 Apr 07:18
c801fbf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.15.3...v3.15.4