Metadata-Version: 2.1
Name: blogoapp
Version: 0.1
Summary: A pipeline for question answering and retrieval-augmented generation (RAG)
Home-page: UNKNOWN
Author: Gangadhar
Author-email: gangadhartarun21@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

#readme.md

# QA RAG Pipeline

A Python package that implements a Question-Answering Retrieval-Augmented Generation (RAG) pipeline using OpenAI, FAISS, and Sentence Transformers.

## Features
- Retrieve relevant context using FAISS.
- Generate standalone questions using OpenAI's LLM.
- Classify intent to block certain queries.

## Installation
```bash
pip install .

