weaviate-python-client
weaviate-python-client copied to clipboard
A python native client for easy interaction with a Weaviate instance.
Dev/1.30
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
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...
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 [](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...
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...