mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 16:02:00 -04:00
Feat/support parent child chunk (#12092)
This commit is contained in:
@@ -218,7 +218,7 @@ class DataSourceNotionApi(Resource):
|
||||
args["doc_form"],
|
||||
args["doc_language"],
|
||||
)
|
||||
return response, 200
|
||||
return response.model_dump(), 200
|
||||
|
||||
|
||||
class DataSourceNotionDatasetSyncApi(Resource):
|
||||
|
||||
Reference in New Issue
Block a user