# K15 Bedrock Claude 3 Sonnet Test Target Configuration

# LLM Configuration
LLM_PROVIDER=BEDROCK
LLM_MODEL=anthropic.claude-3-sonnet-20240229-v1:0

# Search-K (fetch-k) controls the number of document chunks sent to the LLM for analysis
SEARCH_K=15
# Citation limit only controls the number of citations displayed in the UI
CITATION_LIMIT=15
SEARCH_SCORE_THRESHOLD=0.0

# Target Information
TARGET_VERSION=1.0