mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 05:49:22 +00:00
docs: readme update & contact (#1097)
This commit is contained in:
@@ -228,7 +228,7 @@ class ChartDrawOperator(MapOperator[Any, Any]):
|
||||
return str(df)
|
||||
|
||||
|
||||
with (DAG("simple_nl_schema_sql_chart_example") as dag):
|
||||
with DAG("simple_nl_schema_sql_chart_example") as dag:
|
||||
trigger = HttpTrigger(
|
||||
"/examples/rag/schema_linking", methods="POST", request_body=TriggerReqBody
|
||||
)
|
||||
|
Reference in New Issue
Block a user