mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-22 09:28:42 +00:00
feat(core): Support simple DB query for sdk (#917)
Co-authored-by: chengfangyin2 <chengfangyin3@jd.com>
This commit is contained in:
@@ -11,7 +11,7 @@ from dbgpt.core.interface.message import (
|
||||
OnceConversation,
|
||||
)
|
||||
from dbgpt.core.interface.prompt import PromptTemplate, PromptTemplateOperator
|
||||
from dbgpt.core.interface.output_parser import BaseOutputParser
|
||||
from dbgpt.core.interface.output_parser import BaseOutputParser, SQLOutputParser
|
||||
from dbgpt.core.interface.serialization import Serializable, Serializer
|
||||
from dbgpt.core.interface.cache import (
|
||||
CacheKey,
|
||||
@@ -33,6 +33,7 @@ __ALL__ = [
|
||||
"PromptTemplate",
|
||||
"PromptTemplateOperator",
|
||||
"BaseOutputParser",
|
||||
"SQLOutputParser",
|
||||
"Serializable",
|
||||
"Serializer",
|
||||
"CacheKey",
|
||||
|
Reference in New Issue
Block a user