Releases: weaviate/weaviate-python-client
Releases · weaviate/weaviate-python-client
v3.19.0
What's Changed
- Fix rest get types by @dirkkul in #323
- Add quering references by @dirkkul in #284
- Add hybrid and bm25 support to grpc by @dirkkul in #325
- Additional props for grpc by @dirkkul in #326
- Add check for Weaviate version at instantiation by @databyjp in #299
- Increase embedded version by @dirkkul in #330
New Contributors
Full Changelog: v3.18.0...v3.19.0
v3.18.0
v3.17.1
What's Changed
Full Changelog: 3.17.0...v3.17.1
v3.17.0
What's Changed
- Add optional options to client by @dirkkul in #302
- Add uuid data types and tokenization by @dirkkul in #312
- Add schema.exists by @StefanBogdan in #311
- Add support for groupby by @dirkkul in #313
- Support GQL
Get{}
tunable consistency by @parkerduckworth in #285
Full Changelog: v3.16.2...3.17.0
v3.16.2
What's Changed
Full Changelog: v3.16.1...v3.16.2
v3.16.1
v3.16.0
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 thegrpcio
package manually. - To disable uninstall the
grpcio
package. - This will speed up certain GraphQL queries:
Get
withNearObject
orNearVector
if only non-reference queries are retrieved and no other options are set.
- Can by enabled by installing the client with
Full Changelog: v3.15.6...v3.16.0
v3.15.6
What's Changed
Full Changelog: v3.15.5...v3.15.6
v3.15.5
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"))
Full Changelog: v3.15.4...v3.15.5