rag-chatbot / config /celery.yaml
Abeshith's picture
RAG Chatbot with LangChain, FastAPI, and service layer architecture
64d7fdf
raw
history blame contribute delete
187 Bytes
broker_url: "redis://localhost:6379/1"
result_backend: "redis://localhost:6379/2"
task_routes:
"workers.tasks.process_document": "default"
"workers.tasks.embed_and_index": "default"