SudhakarGanta/llm-task-force
1
JioPay Business Assistant
A conversational AI assistant that helps users understand JioPay Business services, features, and policies. Built with LangChain and Gradio, featuring advanced RAG (Retrieval Augmented Generation) capabilities.
Features
- Natural language Q&A about JioPay Business
- Semantic search with hybrid chunking strategy
- Context-aware responses with source attribution
- User-friendly chat interface
- Dynamic response filtering based on topic
Setup
- Install dependencies:
pip install -r requirements.txt- Set up environment variables: Create a
.envfile with:
OPENAI_API_KEY=your_api_key_here- Run the application:
python app.pyDeployment
This application is ready for deployment on Hugging Face Spaces. The main components are:
app.py: Main application coderequirements.txt: Dependenciesjio-knowlege-base/: Knowledge base directory containing JSON files
Usage
Simply type your question about JioPay Business in the chat interface. The assistant will provide detailed answers with relevant source information.
