Metadata-Version: 2.4
Name: simple-rag-pranav
Version: 0.1.0
Summary: A minimal, easy-to-use RAG (Retrieval Augmented Generation) library.
Author-email: Pranav Sharma <your-email@example.com>
Project-URL: Homepage, https://github.com/your-username/simple-rag
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: openai>=1.0.0
Requires-Dist: sentence-transformers

# SimpleRAG

SimpleRAG is a lightweight, plug-and-play Retrieval-Augmented Generation (RAG) library using OpenAI and Sentence Transformers.

## Installation

```bash
pip install simple-rag-pranav
