A finance Q&A chatbot for Pakistani investors
A financial question-answering chatbot was built for Pakistani investors using SECP/PSX documents. It uses RAG, which means it first finds relevant documents and then uses them to shape the answer.
The is , with QLoRA. FAISS handles document search, Groq API handles answer generation, and Gradio provides the demo interface on Spaces.
Key points
- The chatbot is aimed at financial questions from Pakistani investors.
- It uses SECP/PSX documents as its knowledge source.
- RAG is used to find relevant documents before generating answers.
- was with QLoRA.
- FAISS, Groq API, Gradio, and Spaces are part of the stack.