mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 06:30:02 +00:00
refactor: Refactor proxy LLM (#1064)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from typing import Optional, Any, List
|
||||
from typing import Any, List, Optional
|
||||
|
||||
from dbgpt.rag.chunk import Document
|
||||
from dbgpt.rag.knowledge.base import KnowledgeType, Knowledge, ChunkStrategy
|
||||
from dbgpt.rag.knowledge.base import ChunkStrategy, Knowledge, KnowledgeType
|
||||
|
||||
|
||||
class StringKnowledge(Knowledge):
|
||||
|
Reference in New Issue
Block a user