mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-18 07:54:29 +01:00
rag improvements 2
This commit is contained in:
6
backend/app/modules/rag/__init__.py
Normal file
6
backend/app/modules/rag/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
RAG (Retrieval-Augmented Generation) module for Confidential Empire platform
|
||||
"""
|
||||
from .main import RAGModule
|
||||
|
||||
__all__ = ["RAGModule"]
|
||||
Reference in New Issue
Block a user