Browse Source

update README.md

imClumsyPanda 2 years ago
parent
commit
fc6f00798f
2 changed files with 21 additions and 11 deletions
  1. 11 8
      README.md
  2. 10 3
      README_en.md

+ 11 - 8
README.md

@@ -115,23 +115,26 @@ Web UI 可以实现如下功能:
 
 ## 路线图
 
-- [x] 实现 langchain + ChatGLM-6B 本地知识应用
-- [x] 基于 langchain 实现非结构化文件接入
-  - [x] .md
-  - [x] .pdf
-  - [x] .docx
-  - [x] .txt
+- [x] Langchain 应用
+  - [x] 接入非结构化文档(已支持 md、pdf、docx、txt 文件格式)
   - [ ] 搜索引擎与本地网页
+  - [ ] Agent 实现
 - [ ] 增加更多 LLM 模型支持
   - [x] THUDM/chatglm-6b
   - [x] THUDM/chatglm-6b-int4
   - [x] THUDM/chatglm-6b-int4-qe
-- [ ] 完善 Web UI DEMO
+- [ ] Web UI
   - [x] 利用 gradio 实现 Web UI DEMO
   - [x] 添加输出内容及错误提示
   - [x] 引用标注
+  - [ ] 增加知识库管理
+    - [x] 选择知识库开始问答
+    - [x] 上传文件/文件夹至知识库
+    - [ ] 删除知识库中文件
   - [ ] 利用 streamlit 实现 Web UI Demo
-- [ ] 利用 fastapi 实现 API 部署方式,并实现调用 API 的 web ui DEMO
+- [ ] 增加 API 支持
+  - [x] 利用 fastapi 实现 API 部署方式
+  - [ ] 实现调用 API 的 web ui DEMO
 
 ## 项目交流群
 

+ 10 - 3
README_en.md

@@ -206,7 +206,14 @@ ChatGLM's answer after using LangChain to access the README.md file of the ChatG
    - [x] THUDM/chatglm-6b-int4
    - [x] THUDM/chatglm-6b-int4-qe
 - [ ] Add Web UI DEMO
-   - [x]  Implement Web UI DEMO using Gradio
+   - [x] Implement Web UI DEMO using Gradio
    - [x] Add output and error messages
-   - [ ] Citation callout
-- [ ] Use FastAPI to implement API deployment method and develop a Web UI DEMO for API calls
+   - [x] Citation callout
+   - [ ] Knowledge base management
+     - [x] QA based on selected knowledge base
+     - [x] Add files/folder to knowledge base
+     - [ ] Add files/folder to knowledge base
+   - [ ] Implement Web UI DEMO using Streamlit
+- [ ] Add support for API deployment
+  - [x] Use fastapi to implement API
+  - [ ] Implement Web UI DEMO for API calls