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

# RAGStack
[RAGStack](https://www.datastax.com/products/ragstack) is an out of the box solution simplifying Retrieval Augmented Generation (RAG) in AI apps.

## Getting Started

### 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
```

