mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 13:40:54 +00:00
feat(rag): Support RAG SDK (#1322)
This commit is contained in:
@@ -1 +1,11 @@
|
||||
"""Module of RAG."""
|
||||
|
||||
from dbgpt.core import Chunk, Document # noqa: F401
|
||||
|
||||
from .chunk_manager import ChunkParameters # noqa: F401
|
||||
|
||||
__ALL__ = [
|
||||
"Chunk",
|
||||
"Document",
|
||||
"ChunkParameters",
|
||||
]
|
||||
|
Reference in New Issue
Block a user