Update docs branch with the latest main#1634
Merged
tsmith023 merged 140 commits intostefan/readthedocs-updatefrom Apr 14, 2025
Merged
Update docs branch with the latest main#1634tsmith023 merged 140 commits intostefan/readthedocs-updatefrom
tsmith023 merged 140 commits intostefan/readthedocs-updatefrom
Conversation
…enerate` methods
…ient into feature/dynamic-rag-support
…g on LLM performance
…ient into feature/dynamic-rag-support
…ient into feature/dynamic-rag-support
…ient into feature/dynamic-rag-support
…ient into feature/dynamic-rag-support
…ient into feature/dynamic-rag-support
…ient into feature/dynamic-rag-support
…favour of `.generative`
…ient into feature/dynamic-rag-support
Fix args vs kwargs and add revoke_key
Update changelog with major features of `v4.12.0`
…naming Rename `openai_azure` in `GenerativeConfig` to `azure_openai`
* Commit working changes (bypassed pre-commit)
* Push non-functional progress (will fail CI)
* Add non-functional backup refactoring
* Add non-functional tenants refactoring
* Add non-functional config refactoring
* Achieve working functionality for everything besides batch
* Merge dev/1.30
* Fix import
* Comment out redundant test
* Fix return types in query executor
* Fix failing backups tests
* Refactor batch to use `ConnectionSync` and `ThreadPoolExecutor`
* Remove redundant event loop code
* Fix event loop import in syncify, rename convert_new to convert
* Fix backups executor, ensure backup tests run serially
* Fix typo
* Fix deprecated `get_assigned_roles`
* Fix auth refactoring to pass the tests
* Fix sync grpc exception handling to pass mock tests
* Fix capitalisation of delete for 1.24
* Reduce boilerplate necessary in `ConnectionX` classes
* Fix missing final raise
* Fix docstring inheritance for client.debug as example
* Introduce new decorator to generate methods from base abstract class
* Migrate users namespace to use impl.generate
* Migrate rbac namespace to use impl.generate
* Refactor collection.data to use impl.generate
* Migrate collection.tenants to impl.generate
* Migration collection.{backups,cluster,config} to impl.generate
* Complete client.backups impl.generate migration
* Migrate collection.{generate,query} to use impl.generate
* Migrate collection.aggregate to impl.generate pattern
* Remove syncify code
* Update pyright in CI and remove mypy
* Fix outstanding bugs and migration client to impl.generate
* Fix imports of backup
* Fix more backup import issues
* Fix typo in new dev/1.30 code
* Make backup easier
* Second try
* Fix typing errprs
* Remove composition of executor completely
* Migrate rest of codebase to inheriting from `_Executor` and new `impl.generate` functinoality
* Align executor and interface surfaces
* Fix backup inheritance and rename/move wrapping decorators
* Fix default args in users executor
* Remove `_XBase` classes by making executors generic on `ConnectionType`
* Simplify semantics of importing from `connect.executor`
* Add QA ignores for flake8 in CI
* Fix inheritance in interface
* Respond to review
* Tidy up import paths and remove `_WeaviateClientBase`
* Fix default arg for `revoke_key` in `deactivate`
* Add journey test for gevent+wsgi usage, add back litestar test
* Fix breaking public imports from .users/.backups reducing diff
* Have `delete_many` use specific grpc class rather than custom impl
* Decrease diff in tests
* Add changelog for refactor
---------
Co-authored-by: Dirk Kulawiak <dirk@semi.technology>
Add missing default value
Add changelog for 4.13.1
…-test Change test to use ONE rather than ALL to help avoid EC races in CI
Always specify which classes should be backed up and restored
…ient into fix/urls-in-generative-config-runtime
…uster-stack Ensure autoschema is off for replicated testing stack
…runtime Fix accidental adding of `/` to all `AnyHttpUrl` models in grpc gen.conf.
* Add sleep to test to avoid eventual consistency errors * Increase sleep length * Change CL with delete_many to use single-node cluster to avoid EC RAFT flakes
Add 4.13.2 changelog
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Secrets | View in Orca |
|
Great to see you again! Thanks for the contribution. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.