{"message":"Welcome to the Banking RAG API!","description":"This API uses a Retrieval-Augmented Generation pipeline to answer banking-related questions based on PDF documents.","endpoints":{"/webhook/":{"method":"POST","body":{"from":"Sender's Name","body":"Message Body"},"description":"Submit a question to get an answer from the RAG pipeline."},"/api/v1/rag":{"method":"POST","body":{"query":"Your question here"},"description":"Submit a query directly to the RAG pipeline and get an answer."}}}