Weaviate-client

Latest version: v4.6.3

Safety actively analyzes 631143 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 16

3.16.0

What's Changed
* Minimum supported version is python 3.8 by dirkkul in https://github.com/weaviate/weaviate-python-client/pull/271
* Removal of the WCS module. Note that the module was used to administrate old WCS instances and does not work anymore dirkkul in https://github.com/weaviate/weaviate-python-client/pull/296
* **Experimental** support for GRPC. by dirkkul in https://github.com/weaviate/weaviate-python-client/pull/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**: https://github.com/weaviate/weaviate-python-client/compare/v3.15.6...v3.16.0

3.15.6

What's Changed
* Fix multi line queries for hybrid and BM25 by dirkkul in https://github.com/weaviate/weaviate-python-client/pull/290

**Full Changelog**: https://github.com/weaviate/weaviate-python-client/compare/v3.15.5...v3.15.6

3.15.5

What's Changed
* Remove cluster hostname from weaviate embedded and set deterministic default by dirkkul in https://github.com/weaviate/weaviate-python-client/pull/279
* Fix multi-line queries for generative search by dirkkul in https://github.com/weaviate/weaviate-python-client/pull/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 https://github.com/weaviate/weaviate-python-client/pull/281



**Full Changelog**: https://github.com/weaviate/weaviate-python-client/compare/v3.15.4...v3.15.5

3.15.4

What's Changed
* Fix imports for embeddedDB by dirkkul in https://github.com/weaviate/weaviate-python-client/pull/273


**Full Changelog**: https://github.com/weaviate/weaviate-python-client/compare/v3.15.3...v3.15.4

3.15.3

What's Changed
* Allow authentification via 'additional_headers' by dennis-ge in https://github.com/weaviate/weaviate-python-client/pull/267
* Improve embedded weaviate: Better folder structures, add support for env variables and support multiple versions by dirkkul in https://github.com/weaviate/weaviate-python-client/pull/268
* Fix edge case for timeout retries: When all objects have been added no empty batch will be send by dirkkul in https://github.com/weaviate/weaviate-python-client/pull/264


New Contributors
* dennis-ge made their first contribution in https://github.com/weaviate/weaviate-python-client/pull/267

**Full Changelog**: https://github.com/weaviate/weaviate-python-client/compare/v3.15.2...v3.15.3

3.15.2

What's Changed
* Fix simple API with weaviate without OIDC by dirkkul in https://github.com/weaviate/weaviate-python-client/pull/259

**Full Changelog**: https://github.com/weaviate/weaviate-python-client/compare/v3.15.1...v3.15.2

Page 8 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.