weaviate-python-client
weaviate-python-client copied to clipboard
A python native client for easy interaction with a Weaviate instance.
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.14.1 to 4.15.0. Release notes Sourced from typing-extensions's releases. 4.15.0 No user-facing changes since 4.15.0rc1. New features since 4.14.1: Add the @typing_extensions.disjoint_base decorator, as specified in PEP...
We are using an async worker system that uses a fork which is already quite problematic with GRPC on a MAC. But we are careful to make sure there is...
This PR changes the retry logic of the client: - Adding a new customizable RetryConfig to specify a custom backoff, retry count and retry timeout - Ensuring that all gRPC...
`collection.exists()` catches all exceptions and uses that to determine if a collection exists or not. This means that if an exception other than "collection not found" is raised, the api...
not supported, clarified with AR team
https://github.com/weaviate/weaviate/pull/9503
When querying text with the async client, there is a bug parsing list-type values it occurs in your [__deserialize_non_ref_prop](https://github.com/weaviate/weaviate-python-client/blob/2867bdc5dfdea46bf0af82e0baa44bf8c8e9453e/weaviate/collections/queries/base_executor.py#L269C9-L269C35) method on the base_executor file. There is code to escape to...
https://github.com/weaviate/weaviate/pull/9253