mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-17 15:34:36 +01:00
6 lines
137 B
Python
6 lines
137 B
Python
"""
|
|
RAG (Retrieval-Augmented Generation) module for Confidential Empire platform
|
|
"""
|
|
from .main import RAGModule
|
|
|
|
__all__ = ["RAGModule"] |