Metadata-Version: 2.4
Name: zerorag
Version: 0.0.1
Summary: A modular, production-ready Retrieval-Augmented Generation (RAG) pipeline.
Project-URL: repository, https://github.com/donMichaelL/zerorag
Project-URL: Bug Tracker, https://github.com/donMichaelL/zerorag/issues
Project-URL: changelog, https://github.com/donMichaelL/zerorag/blob/master/CHANGELOG.md
Author-email: Michael Loukeris <michael.loukeris@gmail.com>
Maintainer-email: Michael Loukeris <michael.loukeris@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: ai,llm,rag,vector-database,zerorag
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Requires-Dist: click>=8.3.1
Description-Content-Type: text/markdown

<div align="center">

# ZeroRAG

[![Python](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

*A modular, production-ready Retrieval-Augmented Generation (RAG) pipeline.*

</div>

ZeroRAG is a modular, command-line Retrieval-Augmented Generation (RAG) pipeline designed for speed and simplicity. Instead of writing custom boilerplate for every new dataset, ZeroRAG allows you to transform a local folder of complex documents (PDFs, Word files) into a fully embedded vector database with a single command. Once your data is ingested, you can instantly query the database from your terminal to retrieve highly relevant, mathematically scored text chunks—providing the perfect context window for LLM generation.

## 🐛 Reporting Bugs & Feature Requests

We are constantly looking to improve ZeroRAG. If you encounter a bug or have an idea for a new feature (like a new vector store or document loader), please let us know!

To report a bug or submit a feature request, visit the [Issues page](https://github.com/donMichaelL/zerorag/issues).
