CoolFace
Apppublic

SudhakarGanta/llm-task-force

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes
App README

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

  1. 1.Install dependencies:
bash
pip install -r requirements.txt
  1. 1.Set up environment variables: Create a .env file with:
OPENAI_API_KEY=your_api_key_here
  1. 1.Run the application:
bash
python app.py

Deployment

This application is ready for deployment on Hugging Face Spaces. The main components are:

  • —app.py: Main application code
  • —requirements.txt: Dependencies
  • —jio-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.