Metadata-Version: 2.1
Name: rag-meter
Version: 0.1.1
Summary: A unified evaluation framework for RAG models.
Home-page: https://github.com/marwan-elghitany-cntxt/rag-meter
License: MIT
Author: marwan-elghitany-cntxt
Author-email: marwan.elghitany@cntxt.tech
Requires-Python: >=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: arize-phoenix (>=8.15.0,<9.0.0)
Requires-Dist: asyncio
Requires-Dist: datasets (>=3.4.1,<4.0.0)
Requires-Dist: deepeval (>=2.6.2,<3.0.0)
Requires-Dist: langchain (>=0.3.21,<0.4.0)
Requires-Dist: langchain-openai (>=0.3.9,<0.4.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: openai (>=1.67.0,<2.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
Requires-Dist: ragas (>=0.2.14,<0.3.0)
Requires-Dist: streamlit (>=1.43.2,<2.0.0)
Requires-Dist: trulens (>=1.4.6,<2.0.0)
Requires-Dist: trulens-providers-openai (>=1.4.7,<2.0.0)
Project-URL: Repository, https://github.com/marwan-elghitany-cntxt/rag-meter
Description-Content-Type: text/markdown

# Rag Meter

RAGMeter is a universal evaluation toolkit designed to assess the performance of any Retrieval-Augmented Generation (RAG) system

