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

Helm Chart for AgentQnA #539

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Helm Chart for AgentQnA #539

merged 1 commit into from
Nov 12, 2024

Conversation

yongfengdu
Copy link
Collaborator

Description

Add helm chart for AgentQnA and agent component.

Issues

Fixes #428, Fixes opea-project/GenAIExamples#755

Type of change

List the type of change like below. Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would break existing design and interface)

Dependencies

List the newly introduced 3rd party dependency if exists.

Tests

Tested on Gaudi

@yongfengdu yongfengdu requested a review from lianhao as a code owner November 8, 2024 08:06
@yongfengdu yongfengdu force-pushed the agent branch 4 times, most recently from b1b350f to ca563e3 Compare November 8, 2024 10:38
@yongfengdu yongfengdu added this to the v1.1 milestone Nov 8, 2024
@yongfengdu yongfengdu force-pushed the agent branch 2 times, most recently from ab88eee to 2949663 Compare November 11, 2024 02:54
@joshuayao joshuayao added V1.1 OPEA 1.1 RELEASE TAG feature New feature or request labels Nov 11, 2024
Signed-off-by: Dolpher Du <dolpher.du@intel.com>
@@ -39,6 +39,9 @@ data:
{{- if .Values.OMPI_MCA_btl_vader_single_copy_mechanism }}
OMPI_MCA_btl_vader_single_copy_mechanism: {{ .Values.OMPI_MCA_btl_vader_single_copy_mechanism | quote }}
{{- end }}
{{- if .Values.PT_HPU_ENABLE_LAZY_COLLECTIVES }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this value provided somewhere in the chart?

Copy link
Collaborator

@Ruoyu-y Ruoyu-y left a comment

Choose a reason for hiding this comment

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

LGTM

@ftian1 ftian1 merged commit 66de41c into opea-project:main Nov 12, 2024
12 checks passed
@yongfengdu yongfengdu deleted the agent branch November 12, 2024 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request V1.1 OPEA 1.1 RELEASE TAG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

helm: support AgentQnA e2e case Deploy Agent on K8S
5 participants