feat: add knowledge module caching layer (closes #79)

This commit is contained in:
Jason Woltje
2026-01-30 00:05:52 -06:00
parent 806a518467
commit 90abe2a9b2
10 changed files with 1009 additions and 9 deletions

View File

@@ -37,6 +37,12 @@ VALKEY_URL=redis://localhost:6379
VALKEY_PORT=6379
VALKEY_MAXMEMORY=256mb
# Knowledge Module Cache Configuration
# Set KNOWLEDGE_CACHE_ENABLED=false to disable caching (useful for development)
KNOWLEDGE_CACHE_ENABLED=true
# Cache TTL in seconds (default: 300 = 5 minutes)
KNOWLEDGE_CACHE_TTL=300
# ======================
# Authentication (Authentik OIDC)
# ======================