Metadata-Version: 2.1
Name: rag-evaluator
Version: 0.1.0
Summary: A library for evaluating Retrieval-Augmented Generation (RAG) systems
Home-page: https://github.com/AIAnytime/rag-evaluator
Author: AI Anytime
Author-email: aianytime07@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: sacrebleu
Requires-Dist: rouge-score
Requires-Dist: bert-score
Requires-Dist: transformers
Requires-Dist: nltk
Requires-Dist: textblob

# RAG Evaluator

## Overview

RAG Evaluator is a Python library for evaluating Retrieval-Augmented Generation (RAG) systems. It provides various metrics to evaluate the quality of generated text against reference text.

## Installation

You can install the library using pip:

```bash
pip install rag-evaluator


