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

Add sql-agent to AgentQnA #715

Merged
merged 3 commits into from
Jan 17, 2025
Merged

Conversation

yongfengdu
Copy link
Collaborator

Add sql-agent.
Add vllm as llm engine.
More parameters added to support latest changes.

Description

The summary of the proposed changes as long as the relevant motivation and context.

Issues

List the issue or RFC link this PR is working on. If there is no such link, please mark it as n/a.

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

Describe the tests that you ran to verify your changes.

Add sql-agent.
Add vllm as llm engine.
Some value changes.

Signed-off-by: Dolpher Du <[email protected]>
Signed-off-by: Dolpher Du <[email protected]>
@yongfengdu yongfengdu merged commit 656fcbc into opea-project:main Jan 17, 2025
13 checks passed
Copy link
Contributor

Choose a reason for hiding this comment

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

File names for vLLM/TGI usage are IMHO rather inconsistent with TGI+Gaudi files being named gaudi-values.yaml, and vLLM+Gaudi ones as:

helm-charts$ find -name '*vllm*.yaml'
./docsum/gaudi-vllm-values.yaml
./chatqna/gaudi-vllm-values.yaml
./agentqna/vllm-gaudi-values.yaml
./common/llm-uservice/vllm-docsum-gaudi-values.yaml
./common/llm-uservice/vllm-gaudi-values.yaml

Especially now that vLLM is becoming default in OPEA, not TGI...

I think accelerated TGI and vLLM files should be explicitly called either:

gaudi-tgi-values.yaml
gaudi-vllm-values.yaml

Or:

tgi-gaudi-values.yaml
vllm-gaudi-values.yaml

What do you think?

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