Compare commits

..

2 Commits

Author SHA1 Message Date
fuzhongyun 3fc8c5dd93 Merge branch 'v4-fzy' into test 2026-01-29 17:21:41 +08:00
fuzhongyun 2cdeb4a9ae fix:知识库切换 WeKnora -> lightRAG 2026-01-29 17:21:26 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ func (r *Handle) HandleMatch(ctx context.Context, client *gateway.Client, rec *e
case constants.TaskTypeApi:
return r.handleApiTask(ctx, rec, pointTask)
case constants.TaskTypeKnowle:
return r.handleKnowle(ctx, rec, pointTask)
return r.handleKnowleV2(ctx, rec, pointTask)
case constants.TaskTypeFunc:
return r.handleTask(ctx, rec, pointTask)
case constants.TaskTypeBot: