Releases: weaviate/weaviate-python-client
Releases · weaviate/weaviate-python-client
v4.15.3
v4.15.2
What's Changed
- pass error details in async client search by @augustas1 in #1690
Full Changelog: v4.15.1...v4.15.2
v4.15.1
v4.15.0
What's Changed
- Allow adding vectors using
collection.config.add_vectorby @tsmith023 in #1640 - Adding VoyageAI's v3.5 models by @fzowl in #1679
- Add embed-v4.0 to the list of available Cohere models by @databyjp in #1680
- Unify Weaviate Python Client RTD docs with Weaviate Agents Python Client RTD docs by @StefanBogdan in #1678
- Copy context to ensure open telemetry makes it to batch requests by @tsmith023 in #1655
- Embedded Weaviate changes by @databyjp in #1681
- Fix config schema with multivector by @robbespo00 in #1573
- Bm25 operators by @dirkkul in #1683
Full Changelog: v4.14.4...v4.15.0
v4.14.4
What's Changed
- Add support for extracting nested object array properties from data models by @jstol in #1671
- Permit parsing API key as string in all
connect_to_xhelpers by @tsmith023 in #1661 - Readd .db/.oidc interfaces by @dirkkul in #1675
New Contributors
Full Changelog: v4.14.3...v4.14.4
v4.14.3
What's Changed
- Permit
vector: list[list[float32]]in.hybridby @tsmith023 in #1664 - Fix groupby returns without results by @dirkkul in #1667
Full Changelog: v4.14.1...v4.14.3
v4.14.1
What's Changed
- Order return of collections.list_all() alphabetically by key by @saireddythfc in #1636
- Add missing default stub to
query.bm25by @tsmith023 in #1656
New Contributors
- @saireddythfc made their first contribution in #1636
Full Changelog: v4.14.0...v4.14.1
v4.14.0
What's Changed
- Stefan/readthedocs update by @StefanBogdan in #1568
- Only assign
self._connectedat end of.connect()method by @tsmith023 in #1639 - Move docstring from update to replace by @tsmith023 in #1642
- Suggestion re: error msg by @databyjp in #1566
- Add a python script that auto generates async/sync stubs from executor defs by @tsmith023 in #1646
- Remove all tests for <1.24 version by @tsmith023 in #1647
- Fix parsing of skip & vec_prop_name to moduleConfig by @tsmith023 in #1648
- Fix a few issues: by @tsmith023 in #1649
- Use client context manager to avoid warning flakes by @tsmith023 in #1650
- Remove duplicated mock tests from when we needed v3 and v4 differences by @tsmith023 in #1651
- Add changelog for
v4.14.0by @tsmith023 in #1652
Full Changelog: v4.13.2...v4.14.0
v4.13.2
What's Changed
- Fix accidental adding of
/to allAnyHttpUrlmodels in grpc gen.conf. by @tsmith023 in #1628 - Add sleep to test to avoid eventual consistency errors by @tsmith023 in #1632
Full Changelog: v4.13.1...v4.13.2