From 78eccbbe3347a5ba342ae85fa14b6939dc03a11d Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期二, 19 十一月 2024 10:06:55 +0800 Subject: [PATCH] merge --- app/service/ragflow.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/app/service/ragflow.py b/app/service/ragflow.py index f18f196..6d6012d 100644 --- a/app/service/ragflow.py +++ b/app/service/ragflow.py @@ -100,6 +100,7 @@ "updated_time": item["update_time"] } for item in data + if "id" in item and "name" in item and item["name"] ] return result -- Gitblit v1.8.0