CandidateExplorer / config /config.yaml
ishaq101's picture
clean init
478dec6
raw
history blame contribute delete
306 Bytes
# Environment
stage:
active: dev # choose one of dev | uat | prd
# Observability
langfuse:
is_active: false
# Prefix blob folder
blob:
prefix: dev/cv
llm:
default: "gpt-4o"
# "[dev|uat|prd]_[tenant_id]_[kb|caching|data_info]"
azure_search_index_name_template: "{stage}__{tenant_id}__{purpose}"