Sourced from weaviate-client's releases.
v4.5.3
What's Changed
- Add support for new modules by
@dirkkul
in weaviate/weaviate-python-client#943- Fix bug in hybrid search without vector by
@dirkkul
in weaviate/weaviate-python-client#952Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v4.5.2...v4.5.3
v4.5.2
What's Changed
- Extend Tokenization enum options by
@databyjp
in weaviate/weaviate-python-client#934- Fix endpoint for text2vec palm by
@dirkkul
in weaviate/weaviate-python-client#937Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v4.5.1...v4.5.2
v4.5.1
What's Changed
- Add checks for empty lists for contains_any/all by
@dirkkul
in weaviate/weaviate-python-client#917- Add limit to top occurences by
@dirkkul
in weaviate/weaviate-python-client#919- Add timeout class by
@dirkkul
in weaviate/weaviate-python-client#916- Allow None as query for BM25 and hybrid by
@dirkkul
in weaviate/weaviate-python-client#924- Implement missing update/replace of named vectors by
@tsmith023
in weaviate/weaviate-python-client#926- Add functions to combine lists of filters via and/or by
@dirkkul
in weaviate/weaviate-python-client#920- Add back named vector update with new patched CI image by
@tsmith023
in weaviate/weaviate-python-client#927- Make fixes to client proxy definitions by
@tsmith023
in weaviate/weaviate-python-client#921Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v4.5.0...v4.5.1
Sourced from weaviate-client's changelog.
Version 4.5.4
This patch version includes:
- Fix parsing of creation/update time from old weaviate versions that write them in ns instead of ms
- Support
video_fields
inmulti2vec-palm
which was added in Weaviate 1.24.4:Version 4.5.3
This patch version includes:
- Fix bug with hybrid searches without vector.
- Support for new modules in Weaviate 1.24.2:
text2vec-voyageai
generative-mistral
- Support new parameters for interference URLs in
text2vec-transformers
andmulti2vec-clip
- Support for new modules in Weaviate 1.24.3:
multi2vec-palm
Version 4.5.2
This patch version includes:
- Fixes endpoint parameter for
text2vec-palm
- Adds support for GSE and TRIGRAM tokenizers
Version 4.5.1
This patch version includes:
- Implements an extension to the filtering syntax allowing to pass lists of filters
Filter.all_of([f1, f2]])
is a shortcut forf1 & f2
Filter.any_of([f1, f2]])
is a shortcut forf1 | f2
- Can all be chained and mixed together to create dynamic and complex filters
- Introduces
weaviate.classes.init.Timeout
class allowing to define the timeout used when performing client init checks, in addition to connect and query- Fixes a bug when performing
contains_any/contains_all
filtering using an empty list- Adds the ability to limit the
top_occurences
return when performing aggregation queries- Allows for defining gRPC proxying of the client and fixes the parsing of
http
andhttps
proxies- Allow
None
as a query value in BM25 and hybrid queries- Fix missing named vectors support in
data.update
anddata.replace
- Reimplement support for updating named vector configurations alongside the patched
1.24.1
server version
fc1c536
Merge pull request #963
from weaviate/palm_video_conf22317c1
Fix test983bdf5
Add missing video conff62d808
Merge pull request #961
from weaviate/palm-video4d13b66
Merge pull request #962
from weaviate/changelog-v4.5.4-2f32657f
Add changelogfa4ee05
Add video to multi2vec-palm0f3ce2c
Merge pull request #960
from weaviate/last_update_nanoe56302e
Support last_update_time in nanosecondsfa0f4cd
Merge pull request #955
from weaviate/hybrid_test