Releases: weaviate/weaviate-python-client
Releases · weaviate/weaviate-python-client
v4.5.6
What's Changed
- Add after parameter to collection.iterator() by @tsmith023 in #991
- Add staticmethods to configure voyageai reranker module by @tsmith023 in #1001
- Increase default init timeout to 2s by @dirkkul in #1006
Full Changelog: v4.5.5...v4.5.6
v4.5.5
What's Changed
- Fix node handling for shards when shards: null. by @jfrancoa in #990
- Handle a misconfigured proprty module config when parsing schema by @tsmith023 in #994
- Update consistency level in batch REST API by @tsmith023 in #997
Full Changelog: v4.5.4...v4.5.5
v4.5.4
v4.5.3
v4.5.2
v4.5.1
What's Changed
- Add checks for empty lists for contains_any/all by @dirkkul in #917
- Add limit to top occurences by @dirkkul in #919
- Add timeout class by @dirkkul in #916
- Allow None as query for BM25 and hybrid by @dirkkul in #924
- Implement missing update/replace of named vectors by @tsmith023 in #926
- Add functions to combine lists of filters via and/or by @dirkkul in #920
- Add back named vector update with new patched CI image by @tsmith023 in #927
- Make fixes to client proxy definitions by @tsmith023 in #921
Full Changelog: v4.5.0...v4.5.1
v4.5.0
What's Changed
- Performance improvements by @dirkkul in #872
- Fix minimal nodes API with newer weaviate versions by @dirkkul in #877
- Improve import and query script by @dirkkul in #874
- Fix to handle missing multiTenancyConfig key by @edugonza in #886
- Add support for sagemaker by @dirkkul in #889
- Handle new nodes API objectCount behaviour in cluster tests by @tsmith023 in #903
- Validate
cluster_url
input inconnect_to_wcs
by @tsmith023 in #902 - Couple smaller fixes by @dirkkul in #895
- Add support for hnsw+bq by @dirkkul in #900
- Add dimensions to openai vectorizer by @dirkkul in #904
- Update GH actions by @dirkkul in #869
- Fix cluster.nodes on empty cluster by @dirkkul in #905
- Fixes error on calling cluster.nodes(output="verbose") on empty cluster by @dudanogueira in #883
- Allow skip and vectorizePropertyName be optional by @dirkkul in #906
- Named vectors by @dirkkul in #878
New Contributors
- @edugonza made their first contribution in #886
- @dudanogueira made their first contribution in #883
Full Changelog: v4.4.4...v4.5.0
v4.4.4
What's Changed
Full Changelog: v4.4.3...v4.4.4
v4.4.3
What's Changed
- Remove unneeded check by @dirkkul in #857
- DR-118 readthedocs fixes by @daveatweaviate in #860
- Fix issues with reference batch by @dirkkul in #864
Full Changelog: v4.4.2...v4.4.3
v4.4.2
What's Changed
- strings update on new branch by @daveatweaviate in #845
- Add Filtervalue to outputs by @dirkkul in #848
- Add option to skip input parameter validation by @dirkkul in #854
- add get_vector to all vector inputs by @tsmith023 in #851
- Adjust
hybrid(query: ...)
type toOptional[str]
by @tsmith023 in #852 - Fix client is_ready by @tsmith023 in #855
- Add support for nil values return by @dirkkul in #853
Full Changelog: v4.4.1...v4.4.2