Metadata-Version: 2.1
Name: rago
Version: 0.1.0
Summary: Rago is a lightweight framework for RAG
License: BSD 3 Clause
Author: Ivan Ogasawara
Author-email: ivan.ogasawara@gmail.com
Requires-Python: >=3.9,<4
Classifier: License :: Other/Proprietary 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: faiss-cpu (>=1.9.0,<2.0.0)
Requires-Dist: sentence-transformers (>=3.2.0,<4.0.0)
Requires-Dist: sentencepiece (>=0.2.0)
Description-Content-Type: text/markdown

# Rago

Rago is a lightweight framework for RAG

- Software License: BSD 3 Clause
- Documentation: https://osl-incubator.github.io/rago

## Features

TBD

## Credits

This package was created with
[scicookie](https://github.com/osl-incubator/scicookie) project template.

