-
Notifications
You must be signed in to change notification settings - Fork 174
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
text generation, embedding and reranking with ovms #1318
base: main
Are you sure you want to change the base?
Conversation
…#1290) * Fix telemetry connection issue when disabling telemetry - use ENABLE_OPEA_TELEMETRY to control whether to enable open telemetry, default false - fix the issue that logs always show telemetry connection error with each request when telemetry is disabled - ban the above error propagation to microservices when telemetry is disabled Signed-off-by: Spycsh <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix ut failure where required the flag to be on * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Spycsh <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Dariusz Trawinski <[email protected]>
…opea-project#1298) * Refine CLI embedding microservice using dependency Signed-off-by: lvliang-intel <[email protected]> Signed-off-by: Dariusz Trawinski <[email protected]>
Signed-off-by: Dariusz Trawinski <[email protected]>
Signed-off-by: Dariusz Trawinski <[email protected]>
for more information, see https://pre-commit.ci Signed-off-by: Dariusz Trawinski <[email protected]>
Signed-off-by: Dariusz Trawinski <[email protected]>
for more information, see https://pre-commit.ci Signed-off-by: Dariusz Trawinski <[email protected]>
@@ -36,6 +36,7 @@ fi && \ | |||
pip install --no-cache-dir --upgrade pip setuptools && \ |
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.
https://github.com/opea-project/GenAIComps/actions/runs/13555365160/job/37926867062?pr=1318
Requirement file name not correct.
@@ -0,0 +1,15 @@ | |||
# Deploy OVMS on kubernetes cluster |
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.
@yongfengdu we should think about how to handle those case in CI https://github.com/opea-project/GenAIComps/actions/runs/13555365164/job/37888386000?pr=1318
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.
The ovms helm chart is from external repos, I think it's not necessary to trigger CI here, a README to guide how user can deploy is good enough.
I suggest we don't add the cpu-values.yaml file here and put everything in the readme.
Adding something like this in the readme and remove cpu-values.yaml file:
cat > cpu-values.yaml <EOF
xxxx
EOF
In the future, if some Examples or llm-microservice supported helm chart deployment with OVMS, we can follow how data-prep use milvus (Just define customized values in subcharts) here:
https://github.com/opea-project/GenAIInfra/blob/main/helm-charts/common/data-prep/milvus-values.yaml
Codecov ReportAttention: Patch coverage is
|
This PR need some new e2e tests, |
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.
Per suggested above, this file should be removed and put the contents in README.
Description
Text generation, Embeddings and Reranking microservices based on OVMS component
Issues
CVS-161458
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
OpenVINO Model Server
Tests
Following documentation examples