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

see https://forum.weaviate.io/t/meta-endpoint-unexpected-status-code-401-with-response-body-code-401-message-anonymous-access-not-enabled-please-provide-an-auth-scheme-such-as-oidc/9682/6?u=dirk

good first issue

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.26.0 🚀 Performance improvements Use views for binary hash tables and add...

dependencies
python

Hi, I am using the Python SDK to connect to Weaviate. Additionally, I am create collection that is able to send requests to Azure OpenAI, using `text2vec-azure-openai` module. To use...

Added the xAI generative module.

Bumps [types-protobuf](https://github.com/python/typeshed) from 5.28.3.20241203 to 5.29.1.20250315. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-protobuf&package-manager=pip&previous-version=5.28.3.20241203&new-version=5.29.1.20250315)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

Environment Variable-Based HTTP Request/Response Logging Key Changes: - Simplified logging implementation to use WEAVIATE_LOG_LEVEL environment variable - Removed custom logger approach completely - Improved sensitive header masking for security -...

`client.data.update` promises that the object will be created if it does not exist. The docstring states the following: ```python """ Update an object in the collection. This is equivalent to...