Metadata-Version: 2.1
Name: PyRAG
Version: 0.0.2
Summary: A library that makes it easy to get started with RAG applications with SingleStore.
Home-page: https://github.com/singlestore-labs/pyrag
Author: SingleStore
Author-email: support@singlestore.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: singlestoredb <2.0.0,>=1.0.2
Requires-Dist: langchain <0.2.0,>=0.1.13
Requires-Dist: langchain-openai <0.2.0,>=0.1.1
Requires-Dist: langchain-text-splitters <0.1.0,>=0.0.1
Requires-Dist: huggingface-hub <0.23.0,>=0.22.0
Requires-Dist: pandas <3.0.0,>=2.1.4
Requires-Dist: boto3 <2.0.0,>=1.34.70
Requires-Dist: PyPDF2 <4.0.0,>=3.0.1
Requires-Dist: tiktoken <1.0.0,>=0.6.0

# PyRAG

A library that makes it easy to get started with RAG applications with SingleStore.

## Installetion

To install the package run:

```sh
pip install pyrag
```

## Usage Example

Examples of use are given at this [link](https://github.com/singlestore-labs/pyrag/tree/main/examples).
