Track the practice cluster's Helm values in Git

This commit is contained in:
2026-08-17 13:59:39 +07:00
parent a1de4715a4
commit c778f7e9cc
8 changed files with 484 additions and 0 deletions
+4
View File
@@ -31,8 +31,12 @@ aiService:
port: 8000
config:
embeddingProvider: disabled
embeddingDimensions: 1024
evidenceMinimumScore: 0.12
awsRegion: us-east-1
answerProvider: disabled
answerModelId: deepseek.v3.2
rerankEnabled: false
# The Dockerfile bakes the catalog file in at this path; config.py's own
# repo-relative default only resolves inside a full monorepo checkout,
# not this flattened image layout. Matches apps/ai-service/.env.example.