Metadata-Version: 2.1
Name: ragstack-ai
Version: 0.2.0
Summary: RAGStack
Author: DataStax
Requires-Python: >=3.9,<3.12
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: astrapy (>=0.6.2,<0.7.0)
Requires-Dist: cassio (>=0.1.3,<0.2.0)
Requires-Dist: langchain-core (==0.0.8)
Requires-Dist: langchain[openai] (==0.0.343)
Requires-Dist: llama-index (==0.9.11)
Requires-Dist: unstructured (>=0.10,<0.11)
Description-Content-Type: text/markdown

# RAGStack

## Poetry set up

The project uses [poetry](https://python-poetry.org/).
To install poetry:

```shell
pip install poetry
```

## Install dependencies
```shell
poetry install
```

## Build the package distribution
```shell
poetry build
```

