Skip to content
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

feat: RAGEngine update and validation #747

Merged
merged 2 commits into from
Dec 11, 2024
Merged

Conversation

bangqipropel
Copy link
Collaborator

@bangqipropel bangqipropel commented Dec 2, 2024

Reason for Change:
Add Update part of RAGEngine controller and validation

Requirements

  • added unit tests and e2e tests (if applicable).

Issue Fixed:

Notes for Reviewers:

if deployment.Annotations[kaitov1alpha1.RAGEngineRevisionAnnotation] != revisionStr {
var volumes []corev1.Volume
var volumeMounts []corev1.VolumeMount
shmVolume, shmVolumeMount := utils.ConfigSHMVolume(*ragEngineObj.Spec.Compute.Count)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need shmvolumes for rag engine?

Copy link
Collaborator

@ishaansehgal99 ishaansehgal99 Dec 3, 2024

Choose a reason for hiding this comment

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

I believe only if they use GPU node

Signed-off-by: Bangqi Zhu <bangqizhu@microsoft.com>
@Fei-Guo Fei-Guo merged commit b099c66 into main Dec 11, 2024
4 of 6 checks passed
@Fei-Guo Fei-Guo deleted the bangqipropel/RAGEngine_Update branch December 11, 2024 23:12
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.

4 participants