Skip to content

Dev/1.30 #275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 58 commits into from
Apr 3, 2025
Merged

Dev/1.30 #275

merged 58 commits into from
Apr 3, 2025

Conversation

tsmith023
Copy link
Collaborator

@tsmith023 tsmith023 commented Mar 18, 2025

This PR adds functionality to support the latest features in Weaviate 1.30:

  • dynamic user management
  • configuration of generative modules at query-time
  • RBAC tenant filtering

Compatibility with multi-value vectors, e.g. colBERT vectors of type number[][], does not land in this PR since it would constitute a breaking change to the API surface. The changes are here: #264, and will require some kind of version bump to handle in a non-breaking way for users who will not use this feature but will be affected by the changing type system regardless

Copy link

@orca-security-eu orca-security-eu bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@weaviate-git-bot
Copy link

Great to see you again! Thanks for the contribution.

beep boop - the Weaviate bot 👋🤖

PS:
Are you already a member of the Weaviate Slack channel?

Copy link

@orca-security-eu orca-security-eu bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

tsmith023 and others added 27 commits April 2, 2025 09:07
…me-to-use-rest

Use REST instead of gRPC for `tenants.getByName` when available due to filtering issues with rbac
Rewrote other .reduce occurences in a more succinct manner
- `baseURL` in `generative-anthropic`
- `videoIntervalSeconds` in `multi2vec-google`
- `outputEncoding` in `Multi2VecVoyageAIConfig`
- the entire `text2vec-nvidia` module
Seems like Node 18 does not automatically 'resolve'
port collisions, so 2 test running Express servers
on the same ports will interfere with one another.
feat: support dynamic user management in Weaviate 1.30
@tsmith023 tsmith023 marked this pull request as ready for review April 3, 2025 14:07
@tsmith023 tsmith023 requested a review from a team as a code owner April 3, 2025 14:07
@tsmith023 tsmith023 merged commit 8f82eac into main Apr 3, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants