Releases: weaviate/weaviate-python-client
Releases · weaviate/weaviate-python-client
v4.15.0
What's Changed
- Allow adding vectors using
collection.config.add_vector
by @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_x
helpers 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.hybrid
by @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.bm25
by @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._connected
at 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.0
by @tsmith023 in #1652
Full Changelog: v4.13.2...v4.14.0
v4.13.2
What's Changed
- Fix accidental adding of
/
to allAnyHttpUrl
models 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
v4.13.1
v4.13.0
What's Changed
- Refactor to separate sync and async connections by @tsmith023 in #1594
Full Changelog: v4.12.1...v4.13.0
v4.12.1
What's Changed
- Rename
openai_azure
inGenerativeConfig
toazure_openai
by @tsmith023 in #1623
Full Changelog: v4.12.0...v4.12.1
v4.12.0
What's Changed
- Minor bugfix & proposed docstring changes for dynamic rag by @databyjp in #1578
- Feature/dynamic rag support by @tsmith023 in #1377
- Initial support for dynamic users by @dirkkul in #1581
- Dynamic users: single calls for deprecated functions by @dirkkul in #1597
- Handle double (de)activate of dynamic users by @dirkkul in #1599
- Adapt to changes in returns in getRoleForUser by @dirkkul in #1602
- Adapt get users for role by @dirkkul in #1609
- Add missing deprecation warning by @dirkkul in #1608
- Handle renaming of dynamic users =>db users by @dirkkul in #1610
- Create Generative xAI module by @erika-cardenas in #1586
- Change
get_by_name
to useTenantGetOne
REST endpoint by @tsmith023 in #1617 - Add
tenant
option toPermissions.data
andPermissions.tenants
by @tsmith023 in #1593
Full Changelog: v4.11.3...v4.12.0