rag-chatbot / config /app.yaml
Abeshith's picture
RAG Chatbot with LangChain, FastAPI, and service layer architecture
64d7fdf
raw
history blame contribute delete
304 Bytes
app:
name: "RAG Chatbot"
version: "1.0.0"
environment: "development"
debug: true
log_level: "INFO"
server:
host: "0.0.0.0"
port: 8000
workers: 4
reload: true
upload:
max_size_mb: 10
allowed_extensions:
- ".pdf"
- ".txt"
- ".docx"
- ".md"
upload_dir: "uploads"