Metadata-Version: 2.4
Name: deepeval_plugin
Version: 0.1.1
Author-email: epuerta <esteban_puerta@rhinosearch.io>
License-File: LICENSE
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: boto3
Requires-Dist: deepeval
Requires-Dist: django
Requires-Dist: djp
Description-Content-Type: text/markdown

# kitchenai-plugin-deepeval

A Django plugin that provides RAG (Retrieval Augmented Generation) capabilities using LlamaIndex and ChromaDB.

## Features

- File storage and vectorization using ChromaDB as vector store
- Query capabilities with streaming support
- Integration with LlamaIndex for document processing and querying
- MinIO support for object storage
- Built as a Django plugin for easy integration

## Installation

1. Clone the repository:

