Metadata-Version: 2.1
Name: zrag
Version: 0.1.3
Summary: A simple library for building Retrieval Augmented Generation (RAG) applications.
Author-email: Akshay Gautam <akshaygautam010@gmail.com>
Project-URL: Homepage, https://github.com/Ak-Gautam/sRAG 
Project-URL: Bug Tracker, https://github.com/Ak-Gautam/sRAG/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: pymupdf
Requires-Dist: spacy
Requires-Dist: nltk
Requires-Dist: transformers
Requires-Dist: faiss-cpu
Requires-Dist: chromadb
Requires-Dist: jinja2
Requires-Dist: markdown

# zRAG
zero-RAG


[![Python Package](https://github.com/Ak-Gautam/sRAG/actions/workflows/python-package.yml/badge.svg)](https://github.com/Ak-Gautam/sRAG/actions/workflows/python-package.yml)
[![codecov](https://codecov.io/gh/Ak-Gautam/sRAG/branch/main/graph/badge.svg)](https://codecov.io/gh/Ak-Gautam/sRAG)
[![PyPI version](https://badge.fury.io/py/zrag.svg)](https://badge.fury.io/py/zrag)
[![Python Versions](https://img.shields.io/pypi/pyversions/zrag.svg)](https://pypi.org/project/zrag/)

A lightweight RAG implementation to quickly run it with oss models and vector stores. Simple and easy to use.
