Metadata-Version: 2.1
Name: docsrag
Version: 0.1.2
Summary: Generates evaluation dataset for fine-tuning LLM
Requires-Python: >=3.9,<=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: backoff (>=2.2.1,<3.0.0)
Requires-Dist: joblib (>=1.3.2,<2.0.0)
Requires-Dist: llama-hub (>=0.0.25,<0.0.26)
Requires-Dist: llama-index (>=0.8.10.post1,<0.9.0)
Requires-Dist: matplotlib (>=3.7.2,<4.0.0)
Requires-Dist: nltk (>=3.8.1,<4.0.0)
Requires-Dist: openai (>=0.27.9,<0.28.0)
Requires-Dist: pyarrow (>=13.0.0,<14.0.0)
Requires-Dist: pydantic (<2)
Requires-Dist: ray[air,dashboard] (>=2.4.0,<2.5.0)
Requires-Dist: sentence-transformers (>=2.2.2,<3.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# RAG

## Motivation
Generates evaluation dataset for fine-tuning LLM

## How to setup

Using poetry:

```bash
poetry add docsrag
```

Using pip:

```bash
pip install docsrag
```


