mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 22:09:44 +00:00
refactor: Refactor datasource module (#1309)
This commit is contained in:
@@ -3,7 +3,7 @@ from typing import Any, List, Optional
|
||||
|
||||
import chardet
|
||||
|
||||
from dbgpt.rag.chunk import Document
|
||||
from dbgpt.core import Document
|
||||
from dbgpt.rag.knowledge.base import (
|
||||
ChunkStrategy,
|
||||
DocumentType,
|
||||
|
Reference in New Issue
Block a user