-
Notifications
You must be signed in to change notification settings - Fork 308
AgentQnA: update instructions and env variable names for remote endpoints #2113
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
AgentQnA: update instructions and env variable names for remote endpoints #2113
Conversation
Signed-off-by: alexsin368 <alex.sin@intel.com>
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
for more information, see https://pre-commit.ci
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
Update instructions and environment variable names to support remote endpoints in the AgentQnA service.
- Renamed the interpolated env var from
LLM_ENDPOINT_URL
toREMOTE_ENDPOINT
incompose_remote.yaml
- Extended README with new
REMOTE_ENDPOINT
andmodel
variables and updated related instructions
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
AgentQnA/docker_compose/intel/cpu/xeon/compose_remote.yaml | Swapped ${LLM_ENDPOINT_URL} for ${REMOTE_ENDPOINT} in service environments |
AgentQnA/README.md | Clarified remote endpoint setup, added REMOTE_ENDPOINT and model vars |
Comments suppressed due to low confidence (2)
AgentQnA/README.md:220
- [nitpick] Consider using an uppercase environment variable name (
MODEL
) for consistency and clarity, since env vars are typically all-caps.
- `model` is the model card which may need to be overwritten depending on what it is set to `set_env.sh`.
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.
looks good to me.
Signed-off-by: alexsin368 <alex.sin@intel.com>
Signed-off-by: alexsin368 <alex.sin@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.
remove all Denvr references and make it generic
f7e9c7d
to
2870386
Compare
Signed-off-by: alexsin368 <alex.sin@intel.com>
Signed-off-by: alexsin368 <alex.sin@intel.com>
Description
Update instructions and environment variables names for remote endpoints.
Issues
#1973
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
None
Tests
Documentation change only.