Metadata-Version: 2.1
Name: aimon-llamaindex
Version: 0.0.1
Summary: The AIMon SDK for LlamaIndex related functionalities.
Author: AIMon
Author-email: info@aimon.ai
Requires-Python: >3.8.0
Description-Content-Type: text/markdown
Requires-Dist: aimon==0.8.1
Requires-Dist: llama-index==0.12.6

# 🎉 **Welcome to AIMon-LlamaIndex**

**aimon-llamaindex** is an AIMon extension that integrates AIMon's advanced LLM reliability tools—such as detectors for hallucination, instruction adherence, completeness, conciseness, and toxicity—into the LlamaIndex framework.

### Installation

To install the AIMon LlamaIndex package, use pip:

```bash
pip install aimon-llamaindex
```
