From e66addc82dd07bdb39b4f414f64e9b6ff7bb46cb Mon Sep 17 00:00:00 2001 From: balibabu Date: Tue, 3 Dec 2024 11:55:21 +0800 Subject: [PATCH] Feat: Store the pagerank field at the outermost #3794 (#3822) ### What problem does this PR solve? Feat: Store the pagerank field at the outermost #3794 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- web/src/components/page-rank.tsx | 4 ++-- .../pages/add-knowledge/components/knowledge-setting/hooks.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/components/page-rank.tsx b/web/src/components/page-rank.tsx index 8d72e5bdb..cd60a87fd 100644 --- a/web/src/components/page-rank.tsx +++ b/web/src/components/page-rank.tsx @@ -9,7 +9,7 @@ const PageRank = () => { { { 'parser_id', 'language', 'parser_config', + 'pagerank', ]), avatar: fileList, });