Metadata-Version: 2.1
Name: rag_assistant
Version: 0.1.20
Summary: The Swarmauri Rag Assistant is part of the Swarmauri framework.
Home-page: http://github.com/swarmauri/rag_assistant
Author: Jacob Stewart
Author-email: corporate@swarmauri.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: gradio==4.26.0
Requires-Dist: swarmauri[full]==0.2.5

# Swarmauri Rag Assistant

## Overview
The Swarmauri Rag Assistant

## Installation
```bash
pip install rag_assistant==0.1.20 --user
```

## Execution
```bash
rag_assistant --api_key your_api_key --show_api_key True --provider_model your_provider_model --show_provider_model True --system_context "Development Environment" --show_system_context True --documents_file_path "path/to/your/documents.json" --show_documents_tab True --db_path "path/to/your/db.sqlite3" --share True --server_name "your_server_name"

```
