690519:1631 224 to 226 AI #01
CI / CD Pipeline / build (push) Failing after 3m57s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-05-19 16:31:50 +07:00
parent 3e25097470
commit ea5499123e
127 changed files with 12387 additions and 42 deletions
+15
View File
@@ -74,3 +74,18 @@ RAG_TOPK=20
RAG_FINAL_K=5
RAG_TIMEOUT_MS=5000
RAG_QUERY_CACHE_TTL=300
# ========================================
# ADR-024 Intent Classification (Feature 224)
# ========================================
# Ollama สำหรับ LLM Fallback ของ Intent Classifier
OLLAMA_BASE_URL=http://192.168.10.10:11434
OLLAMA_INTENT_MODEL=gemma4:e4b
OLLAMA_INTENT_TIMEOUT_MS=5000
# Semaphore: จำนวน LLM concurrent calls สูงสุด (ระวัง GPU budget)
INTENT_CLASSIFIER_LLM_SEMAPHORE=3
# Redis cache TTL สำหรับ Intent Patterns (วินาที)
INTENT_PATTERN_CACHE_TTL=300