RAG_ChatBot / config-local.yaml
Jialun He
1st version
11d9dfb
raw
history blame contribute delete
386 Bytes
# Local development configuration overrides
app:
debug: true
max_upload_size: 100 # MB for local testing
models:
embedding:
batch_size: 16 # Smaller for local development
reranker:
batch_size: 8
cache:
embedding_cache_size: 5000
query_cache_size: 500
logging:
level: "DEBUG"
file: "logs/rag_system_dev.log"
ui:
show_analytics: true
max_file_size: "100MB"