weaviate-python-client icon indicating copy to clipboard operation
weaviate-python-client copied to clipboard

A python native client for easy interaction with a Weaviate instance.

Results 180 weaviate-python-client issues
Sort by recently updated
recently updated
newest added

### Description This issue was found in the Haystack integration. Corresponding Haystack issue: https://github.com/deepset-ai/haystack-core-integrations/issues/1172 `weaviate-client==4.9.0` When a property with `object[]` `dataType` is present, we get an error when iterating on...

There seems to be a race condition in the wait_for_vector_indexing() function that the index status is reported for a moment as Ready while vectorQueueLength is 0 while objectCount is less...

# TL;DR I don't know if it is weaviate's fault but i figured out i should make an issue nevertheless. Simply running a file containing those 2 imports will reproduce...

Over the last year, a number of processes used by devs have changed and evolved. The codebase has also taken on an opinionated philosophy around code structure. These should be...

documentation

In Python3.12, it is certain that the logic used when validating the inputs for tenant CRUD methods can flake perhaps due to how Python performs these typing validations under-the-hood. This...

bug
good first issue

Currently it is hard for our users to distinguish between server and client side errors. Internally everything is already in place and we should be good if we improve the...

It allows to create HFresh index. Currently users can set the following parameters: - `max_posting_size_kb`: is the max allowed size for a posting list. By default is computed dynamically. -...

Core PRs for ref: - https://github.com/weaviate/weaviate/pull/9781 - https://github.com/weaviate/weaviate/pull/9911 This PR introduces handling of two new messages from the server when stream: `Acks` & `Oom`. The `Acks` message is emitted from...