Releases: weaviate/weaviate-python-client
Releases · weaviate/weaviate-python-client
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_azureinGenerativeConfigtoazure_openaiby @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_nameto useTenantGetOneREST endpoint by @tsmith023 in #1617 - Add
tenantoption toPermissions.dataandPermissions.tenantsby @tsmith023 in #1593
Full Changelog: v4.11.3...v4.12.0
v4.11.3
What's Changed
- Fix collision between waiting_count and backoff_count when looping by @tsmith023 in #1604
- Remove sync in async warning because of erroneous throw in notebooks by @tsmith023 in #1605
- Add changelog for
v4.11.3by @tsmith023 in #1606
Full Changelog: v4.11.2...v4.11.3
v4.11.2
What's Changed
- Fix missing parameters in certain modules, align all text2vec docstrings by @tsmith023 in #1587
- Add warning to client init when running sync client in async context by @tsmith023 in #1589
- Add exponential backoff of
UNAVAILABLEto grpc batch objects by @tsmith023 in #1582 - Add support for updating property descriptions by @tsmith023 in #1583
- add OIDC support to tex2vec-weaviate by @augustas1 in #1574
- Handle module config in properties for named vector collections by @tsmith023 in #1595
- If
multivector.enabled==Falsethenreturn Noneby @tsmith023 in #1596
Full Changelog: v4.11.1...v4.11.2
v4.11.1
What's Changed
- Add
nvidia-rerankerfactory function by @databyjp in #1558 - Fix get current user return by @dirkkul in #1563
- Weaviate Agents extras integration by @cdpierse in #1562
- Fix named vectors reimport by @dirkkul in #1569
- Add
collections.useas alias forcollections.getby @tsmith023 in #1571 - Throw errors if headers with
Noneare supplied by @tsmith023 in #1570
Full Changelog: v4.11.0...v4.11.1
v4.11.0
What's Changed
- Add support for ColBERT vectors by @tsmith023 in #1521
- Refactor backend of aggregate API to use gRPC by @tsmith023 in #1522
- Add NVIDIA Modules by @erika-cardenas in #1538
New Contributors
- @nathanwilk7 made their first contribution in #1527
- @augustas1 made their first contribution in #1517
- @erika-cardenas made their first contribution in #1538
Full Changelog: v4.10.4...v4.11.0
v4.10.4
What's Changed
- Add dimensions param to
text2vec_azure_openaiby @tsmith023 in #1508
Full Changelog: v4.10.3...v4.10.4
v4.10.3
What's Changed
- Fix backup/restore for the embedded server by @parkerduckworth in #1485
- Ensure all
BlockingIOErrorexceptions are ignored in event loop by @tsmith023 in #1503 - Add support for tenant operations by @dirkkul in #1493
- Add support for dynamic backup path by @dirkkul in #1494
- Replace
threading.Lockwithasyncio.Lockwhen batching to avoid deadlocks by @tsmith023 in #1270 - Fix adding a location when no config is given by @dirkkul in #1506
- Add support for debug get object endpoint: by @tsmith023 in #1507
- Add google ai studio by @dirkkul in #1510
Full Changelog: v4.10.2...v4.10.3
v4.10.2
What's Changed
- Reduce test matrix by @dirkkul in #1478
- Add pipeline to test docs build by @dirkkul in #1479
- Fix query params issue dependent on bug in httpx<0.28 by @rlmanrique in #1482
New Contributors
- @rlmanrique made their first contribution in #1482
Full Changelog: v4.10.1...v4.10.2