From e2c70c23c15b830908aa126d446b689924c8d354 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 24 Jul 2026 13:45:39 +0800 Subject: [PATCH] clean: remove conf directory --- conf/config.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 conf/config.json diff --git a/conf/config.json b/conf/config.json deleted file mode 100644 index 68ec277..0000000 --- a/conf/config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "module_name": "rag", - "registerfunction": { - "kb_list": "rag", - "engines": "rag", - "doc_upload": "rag", - "doc_delete": "rag", - "dir_create": "rag", - "dir_delete": "rag", - "dir_list": "rag" - } -}