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

Currently there is a default alpha value on the client-side queries. This should be removed on the client-side in favour of a server-side default. In parallel, we are investigating how...

bug
good first issue

Our weaviate db exposed with nginx ingress, site https://myweb.com is a company self-signed URL. To access it, it use following piece of code and was working fine till 4.6.7. os.environ["GRPC_DEFAULT_SSL_ROOTS_FILE_PATH"]...

bug

Embedded does not start when using `v1.25.x` or higher. Code to reproduce (client `v4.7.1`) ```python import weaviate for version in [ "1.24.21", "1.25.9", "1.26.1", ]: try: client = weaviate.connect_to_embedded( version=version,...

bug

Bumps [litestar](https://github.com/litestar-org/litestar) from 2.9.1 to 2.10.0. Release notes Sourced from litestar's releases. v2.10.0 Sponsors 🌟 Thanks to these incredible business sponsors: Scalar (@​scalar), Telemetry Sports (via @​chris-telemetry), Stok (@​stok-team), Avra...

dependencies

Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version. Release notes Sourced from polars's releases. Python Polars 1.3.0 🚀 Performance improvements Ensure metadata flags are maintained on vertical parallelization...

dependencies

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.0 to 2.8.2. Release notes Sourced from pydantic's releases. v2.8.2 (2024-07-03) What's Changed Fixes Fix issue with assertion caused by pluggable schema validator by @​dmontagu in #9838...

dependencies

Bumps [grpcio](https://github.com/grpc/grpc) from 1.62.2 to 1.65.1. Release notes Sourced from grpcio's releases. Release v1.65.1 This is release gRPC Core 1.65.1 (gnarly). For gRPC documentation, see grpc.io. For previous releases, see...

dependencies

Fixes #1002 This is the simplest fix which allows a 1d numpy array to be passed in (additionally, anything which can be converted in the function `util.get_vector`). This will raise...

we need a separate check here to be prepared when we delete the v3-in-v4 copy