UI failing to seed models/agents in POC mode (Chart v0.5.55) #2296
Unanswered
bachasachin0
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
The CAIPE UI displays the message "No LLM models available" despite models and agents being explicitly defined in the
values.yaml.While the infrastructure (GKE, Vertex AI) and IAM permissions have been verified to work via direct pod execution, the application logic fails to seed these definitions into the UI or the backend database.
Environment & Setup
v0.5.55Verification Performed
To isolate the issue to the application layer, the following tests were conducted:
caipe-uipod and performed a manual API call to the Vertex AI endpoint.app-config.yamlis correctly generated and present inside the pod's filesystem.MONGODB_URIto point to the internal MongoDB service to ensure the UI has a persistence layer.Configuration Details (
values.yaml)The setup uses the
caipe-ui.appConfigblock for seeding and theconfigblock to bypass SSO for POC purposes:All reactions