Skip to content

Commit

Permalink
更改readme 0928 (#1619)
Browse files Browse the repository at this point in the history
* 增加了仅限GPT4的agent功能,陆续补充,中文版readme已写

* issue提到的一个bug

* 温度最小改成0,但是不应该支持负数

* 修改了最小的温度

* 增加了部分Agent支持和修改了启动文件的部分bug

* 修改了GPU数量配置文件

* 1

1

* 修复配置文件错误

* 更新readme,稳定测试

* 更新readme
  • Loading branch information
zRzRzRzRzRzRzR committed Sep 28, 2023
1 parent efd8edd commit 1b312d5
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 10 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,18 +425,21 @@ CUDA_VISIBLE_DEVICES=0,1 python startup.py -a
- [ ] 结构化数据接入
- [X] .csv
- [ ] .xlsx
- [X] 分词及召回
- [ ] 分词及召回
- [X] 接入不同类型 TextSplitter
- [X] 优化依据中文标点符号设计的 ChineseTextSplitter
- [X] 重新实现上下文拼接召回
- [ ] 重新实现上下文拼接召回
- [ ] 本地网页接入
- [ ] SQL 接入
- [ ] 知识图谱/图数据库接入
- [X] 搜索引擎接入
- [X] Bing 搜索
- [X] DuckDuckGo 搜索
- [X] Agent 实现
- [X]基础React形式的Agent实现,包括调用计算器等
- [X] 基础React形式的Agent实现,包括调用计算器等
- [X] Langchain 自带的Agent实现和调用
- [ ] 更多模型的Agent支持
- [ ] 更多工具
- [X] LLM 模型接入
- [X] 支持通过调用 [FastChat](https://github.com/lm-sys/fastchat) api 调用 llm
- [X] 支持 ChatGLM API 等 LLM API 的接入
Expand All @@ -451,6 +454,14 @@ CUDA_VISIBLE_DEVICES=0,1 python startup.py -a

## 项目交流群

<img src="img/qr_code_62.jpg" alt="二维码" width="300" height="300" />
<img src="img/qr_code_64.jpg" alt="二维码" width="300" height="300" />

🎉 langchain-Chatchat 项目微信交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。


## 关注我们

<img src="img/official_account.png" alt="图片" width="900" height="300" />
🎉 langchain-Chatchat 项目官方公众号,欢迎扫码关注。


🎉 langchain-ChatGLM 项目微信交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。
24 changes: 19 additions & 5 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Please refer to [FAQ](docs/FAQ.md)
- [ ] Structured documents
- [X] .csv
- [ ] .xlsx
- [ ] TextSplitter and Retriever
- [] TextSplitter and Retriever
- [X] multiple TextSplitter
- [X] ChineseTextSplitter
- [ ] Reconstructed Context Retriever
Expand All @@ -380,16 +380,30 @@ Please refer to [FAQ](docs/FAQ.md)
- [X] Search Engines
- [X] Bing
- [X] DuckDuckGo
- [ ] Agent
- [X] Agent
- [X] Agent implementation in the form of basic React, including calls to calculators, etc.
- [X] Langchain's own Agent implementation and calls
- [ ] More Agent support for models
- [ ] More tools
- [X] LLM Models

- [X] [FastChat](https://github.com/lm-sys/fastchat) -based LLM Models
- [ ] Mutiply Remote LLM API
- [X] Embedding Models

- [X] HuggingFace -based Embedding models
- [ ] Mutiply Remote Embedding API
- [X] FastAPI-based API
- [X] Web UI

- [X] Streamlit -based Web UI

---

## Wechat Group

<img src="img/qr_code_64.jpg" alt="QR Code" width="300" height="300" />

🎉 langchain-Chatchat project WeChat exchange group, if you are also interested in this project, welcome to join the group chat to participate in the discussion and exchange.

## Follow us

<img src="img/official_account.png" alt="image" width="900" height="300" />
🎉 langchain-Chatchat project official public number, welcome to scan the code to follow.
Binary file added img/official_account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/qr_code_62.jpg
Binary file not shown.
Binary file added img/qr_code_64.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b312d5

Please sign in to comment.