-
Notifications
You must be signed in to change notification settings - Fork 294
Add validated matrix for AgentQnA #2080
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
Conversation
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a validated configuration matrix for AgentQnA and refactors the test script for container management.
- Refactored container stop functions in the test script to a single stop_docker function.
- Updated README.md with a new validated configurations table.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
AgentQnA/tests/test_compose_on_gaudi.sh | Refactored multiple stop container functions into a unified stop_docker function. |
AgentQnA/README.md | Added a validated configurations table to document supported deployment options. |
Comments suppressed due to low confidence (1)
AgentQnA/tests/test_compose_on_gaudi.sh:23
- The variable RETRIEVAL_TOOL_PATH is used but no longer defined in this function. Consider reintroducing its declaration or updating the path to reference a defined variable.
cd $RETRIEVAL_TOOL_PATH/docker_compose/intel/cpu/xeon/
Signed-off-by: chensuyue <suyue.chen@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: chensuyue <suyue.chen@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
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.
Dependencies
List the newly introduced 3rd party dependency if exists.
Tests
Describe the tests that you ran to verify your changes.