7 lines
95 B
Python
7 lines
95 B
Python
|
|
"""
|
||
|
|
RAG模块初始化
|
||
|
|
"""
|
||
|
|
from .rag_processor import RAGProcessor
|
||
|
|
|
||
|
|
__all__ = ['RAGProcessor']
|