mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-24 12:45:45 +00:00
Merge branch 'dev' of https://github.com/csunny/DB-GPT into dev
This commit is contained in:
commit
608244945b
@ -28,6 +28,10 @@ Run on an RTX 4090 GPU (The origin mov not sped up!, [YouTube地址](https://www
|
||||
|
||||
<img src="https://github.com/csunny/DB-GPT/blob/main/asserts/SQLGEN.png" width="600" margin-left="auto" margin-right="auto" >
|
||||
|
||||
The Generated SQL is runable.
|
||||
|
||||
<img src="https://github.com/csunny/DB-GPT/blob/main/asserts/exeable.png" width="600" margin-left="auto" margin-right="auto" >
|
||||
|
||||
- 数据库QA示例
|
||||
|
||||
<img src="https://github.com/csunny/DB-GPT/blob/main/asserts/DB_QA.png" margin-left="auto" margin-right="auto" width="600">
|
||||
|
@ -3,5 +3,10 @@
|
||||
|
||||
|
||||
class Agent:
|
||||
"""Agent class for interacting with DB-GPT """
|
||||
pass
|
||||
"""Agent class for interacting with DB-GPT
|
||||
|
||||
Attributes:
|
||||
"""
|
||||
|
||||
def __init__(self) -> None:
|
||||
pass
|
@ -10,3 +10,5 @@ class Config(metaclass=Singleton):
|
||||
"""Initialize the Config class"""
|
||||
pass
|
||||
|
||||
|
||||
# TODO change model_config there
|
Loading…
Reference in New Issue
Block a user