Weaviate-client

Latest version: v4.6.2

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

Scan your dependencies

Page 11 of 16

3.5.1

This patch version fixes:
- the `rerank` not being set bug in `client.query.get().with_ask()`.
- the bug when using double quotes(`"`) in `question` field in `client.query.get().with_ask()`.
- the bug where `nearText` filter checks for objects in `moveXXX` clause but never sets it.

3.5.0

This minor version contains functionality for the new features introduced in Weaviate `v1.13.0`.

- New `Batch` method `.delete_objects(...)` to delete all objects that match a particular expression (`where` filter).

- New `GetBuilder` method `.with_sort(...)` that allows sorting data on a particular field/s.

- New `AggregateBuilder` method `.with_near_text(...)` that allows to aggregate data that is matching `nearText` filter.

- New `AggregateBuilder` method `.with_near_object(...)` that allows to aggregate data that is matching `nearObject` filter.

- New `AggregateBuilder` method `.with_near_vector(...)` that allows to aggregate data that is matching `nearVector` filter.

3.4.2

Another bug fix in `DataObject.exists`.

3.4.1

bug fix in `DataObject.exists`.

3.4.0

- This minor version fixes the bug in setting the Schema's `invertedIndexConfig` field.
- New method `client.chema.get_class_shards()` to get all shards configuration of a particular class.
- New method `client.schema.update_class_shard()` to update one/all shard/s configuration of a particular class.
- Support for new Property field: `tokenization`.

3.2.5

This patch fixes the `'Batch' object is not callable` error.

Page 11 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.