mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-18 16:04:28 +01:00
7 lines
138 B
Python
7 lines
138 B
Python
"""
|
|
RAG (Retrieval-Augmented Generation) module for Confidential Empire platform
|
|
"""
|
|
from .main import RAGModule
|
|
|
|
__all__ = ["RAGModule"]
|