weaviate-python-client
weaviate-python-client copied to clipboard
A python native client for easy interaction with a Weaviate instance.
Language: Python Version: weaviate-client 4.9.6 Context: When trying to run a query, we check if the weaviate async client is connected. When the client returns that it is connected, we...
Bumps [authlib](https://github.com/lepture/authlib) from 1.3.1 to 1.5.1. Release notes Sourced from authlib's releases. Version 1.5.0 Fix token introspection auth method for clients. #662 Optional typ claim in JWT tokens. #696 JWT...
This PR fixes a small bug when exporting the config of the collections. Multivector config was reported twice in the collection config even if `multivector` flag was not enabled. ###...
Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. Release notes Sourced from black's releases. 25.1.0 Highlights This release introduces the new 2025 stable style (#4558), stabilizing the following changes: Normalize casing of...
Proposing an updated error msg. Turns out if I screw up and try a `near_vector` search with a triple-nested list (tensor with rank 3), I get the error designed for...
The client API uses `.none()` method to indicate user-provided vectors. This has caused some confusion with users in the past. An additional, `user_provided_vectors` method is proposed with the exact same...
From a user report: > I just tried inserting ["0.4", "0.2"...] instead of [0.4, 0.2].. again silly but Weaviate accepted this but was then unable to query the vectors it...
Using the Python client in its version 4.10.4 The function rate_limit is not working if Weaviate is configured in async indexing mode: ``` with open(dataset_path, "r") as f: collection.batch.rate_limit(100) with...
Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next Release ... Mypy 1.15 We’ve just uploaded mypy 1.15 to the Python Package Index (PyPI)....