Metadata-Version: 2.4
Name: raglab
Version: 0.2.3
Summary: A medley of tools to make RAG-based applications.
Project-URL: Homepage, https://github.com/thorwhalen/raglab
Project-URL: Repository, https://github.com/thorwhalen/raglab
Project-URL: Documentation, https://thorwhalen.github.io/raglab
Author: thorwhalen
License: mit
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: ir>=0.1.14
Provides-Extra: dev
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-rtd-theme>=1.0; extra == 'docs'
Requires-Dist: sphinx>=6.0; extra == 'docs'
Provides-Extra: llm
Requires-Dist: oa; extra == 'llm'
Description-Content-Type: text/markdown

# raglab

A medley of tools to make RAG-based applications.

To install: ```pip install raglab```

> **Note** — fresh start (v0.2.0+). This is a new project that has taken over the
> `raglab` name. The earlier `raglab` backend (PyPI 0.0.x–0.1.x) was renamed and
> now lives at [addaix/raglab_bak](https://github.com/addaix/raglab_bak)
> (published on PyPI as [`raglab_bak`](https://pypi.org/project/raglab_bak/)).
> Development of this new `raglab` is just beginning.
