docs: readme update & contact (#1097)

This commit is contained in:
magic.chen
2024-01-22 09:54:26 +08:00
committed by GitHub
parent 4f833634df
commit 1484981b72
6 changed files with 96 additions and 199 deletions

View File

@@ -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
)