Metadata-Version: 2.1
Name: zrag
Version: 0.1.1
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
Work in progress, lol!
That side poject that never gets complete.

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