diff --git a/web/app/components/rag-pipeline/components/panel/test-run/index.tsx b/web/app/components/rag-pipeline/components/panel/test-run/index.tsx index 28dc00460e..fe6c778319 100644 --- a/web/app/components/rag-pipeline/components/panel/test-run/index.tsx +++ b/web/app/components/rag-pipeline/components/panel/test-run/index.tsx @@ -86,7 +86,7 @@ const TestRunPanel = () => { if (datasourceType === DatasourceType.onlineDrive) { datasourceInfoList.push({ bucket, - file: selectedFileList[0], + key: selectedFileList[0], }) } handleRun({