mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 13:40:54 +00:00
chore(graphrag): upgrade dbgpt-tugraph-plugins to version 0.1.1 (#2213)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
This commit is contained in:
@@ -134,7 +134,9 @@ class DbChatOutputParser(BaseOutputParser):
|
||||
|
||||
if param["type"] == "response_vector_chart":
|
||||
df, visualizable = self.parse_vector_data_with_pca(df)
|
||||
param["type"] = "response_scatter_chart" if visualizable else "response_table"
|
||||
param["type"] = (
|
||||
"response_scatter_chart" if visualizable else "response_table"
|
||||
)
|
||||
|
||||
param["sql"] = prompt_response.sql
|
||||
param["data"] = json.loads(
|
||||
|
Reference in New Issue
Block a user