# K20 Google gemini-2.0-flash Test Target Configuration (Memory Optimized)

# LLM Configuration
LLM_PROVIDER=GOOGLE
LLM_MODEL=gemini-2.0-flash

# Search-K (fetch-k) controls the number of document chunks sent to the LLM for analysis
# Reduced from 30 to 20 to improve memory usage under load (33% reduction)
SEARCH_K=20
# Citation limit only controls the number of citations displayed in the UI
CITATION_LIMIT=20
SEARCH_SCORE_THRESHOLD=0.0

# Target Information
TARGET_VERSION=1.0