Lianhao Lu
Lianhao Lu
Though this is different with issue opea-project/GenAIComps#407, but it could be related too. @Ruoyu-y do you mind uploading your test docx file here?
The test fails because of issue #636, but we need it to land in v0.9 release
> Examples manifests are generated from Infra project Helm charts. Shouldn't there rather be Helm support for enabling it? See: > > * https://github.com/opea-project/GenAIInfra/pull/402/files#diff-9ff19985b33716e4f25db59c4f8a9c5611b54034dda7108860e9131b30444b8b > * [HPA improvements GenAIInfra#386 (comment)](https://github.com/opea-project/GenAIInfra/pull/386#discussion_r1753682590)...
I've updated the bug description to be more precise. It's a common security bug for all svelte and react UIs. @xiguiw we need the maintainers to assign this to the...
You may increase the `failureThreshold` number of the corresponding chatqna-tgi pod's startupProbe, something like https://github.com/opea-project/GenAIExamples/blob/6f3e54a22a1800570eab0291b9325946e8f02288/ChatQnA/kubernetes/manifests/xeon/chatqna.yaml#L1148
Agreed. When fixing this, please also fix https://github.com/opea-project/GenAIComps/blob/main/comps/third_parties/nginx/src/nginx.conf.template at the same time.
The manifest files are generated by [helmchart from GenAIInfra repo](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts). We'll figure out minimum privileges for the workload containers running successfully, and create PR there first, both for xeon case...
setting runAsUser to non-root user will results the tgi pod(image: ghcr.io/huggingface/text-generation-inference:1.4) crash, the log shows something like: RuntimeError: cannot cache function 'create_fsm_info': no locator available for file '/opt/conda/lib/python3.10/site-packages/outlines/fsm/regex.py' Will investigate...
The pod security has been added into the helm chart(see PR opea-project/GenAIInfra#133). The manifests here are generated by helm chart from GenAIInfra repo. Currently, we're in the process of discussion...
> Thanks, the merged PR looks good, but there are few things that could be improved: > > * `/mnt` is not a good host mount point. Dirs mounted from...