From cf0f1d6625531d9170aeb5f105a301dffcedb619 Mon Sep 17 00:00:00 2001 From: kztao Date: Tue, 11 Jul 2023 19:20:47 +0800 Subject: [PATCH] =?UTF-8?q?Update=20README.md=EF=BC=8C=200.1.16=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=B7=B2=E7=BB=8F=E6=94=AF=E6=8C=81=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E7=9F=A5=E8=AF=86=E5=BA=93=E4=B8=AD=E7=9A=84=E6=96=87=E4=BB=B6?= =?UTF-8?q?=20(#792)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update README.md * fix:The knowledge base name cannot be empty. * Update webui.py --------- Co-authored-by: imClumsyPanda --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0bc8691..39c230f7 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ Web UI 可以实现如下功能: - [x] 选择知识库开始问答 - [x] 上传文件/文件夹至知识库 - [x] 知识库测试 - - [ ] 删除知识库中文件 + - [x] 删除知识库中文件 - [x] 支持搜索引擎问答 - [ ] 增加 API 支持 - [x] 利用 fastapi 实现 API 部署方式