You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_en.md
+31-7Lines changed: 31 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@
8
8
A LLM application aims to implement knowledge and search engine based QA based on Langchain and open-source or remote
9
9
LLM API.
10
10
11
+
⚠️`0.2.10` will be the last version of the `0.2.x` series. The `0.2.x` series will stop updating and technical support,
12
+
and strive to develop `Langchain-Chachat 0.3.x with stronger applicability. `.
13
+
14
+
11
15
---
12
16
13
17
## Table of Contents
@@ -25,7 +29,8 @@ LLM API.
25
29
## Introduction
26
30
27
31
🤖️ A Q&A application based on local knowledge base implemented using the idea
28
-
of [langchain](https://github.com/hwchase17/langchain). The goal is to build a KBQA(Knowledge based Q&A) solution that
32
+
of [langchain](https://github.com/langchain-ai/langchain). The goal is to build a KBQA(Knowledge based Q&A) solution
33
+
that
29
34
is friendly to Chinese scenarios and open source models and can run both offline and online.
30
35
31
36
💡 Inspired by [document.ai](https://github.com/GanymedeNil/document.ai)
@@ -56,10 +61,9 @@ The main process analysis from the aspect of document process:
56
61
🚩 The training or fine-tuning are not involved in the project, but still, one always can improve performance by do
57
62
these.
58
63
59
-
🌐 [AutoDL image](registry.cn-beijing.aliyuncs.com/chatchat/chatchat:0.2.5) is supported, and in v13 the codes are update
60
-
to v0.2.9.
64
+
🌐 [AutoDL image](https://www.codewithgpu.com/i/chatchat-space/Langchain-Chatchat/Langchain-Chatchat) is supported, and in v13 the codes are update to v0.2.9.
Please note that the LangChain-Chachat `0.2.x` series is for the Langchain `0.0.x` series version. If you are using the Langchain `0.1.x` series version, you need to downgrade.
106
+
107
+
Please note that the LangChain-Chachat `0.2.x` series is for the Langchain `0.0.x` series version. If you are using the
108
+
Langchain `0.1.x` series version, you need to downgrade.
103
109
104
110
### Model Download
105
111
@@ -159,15 +165,33 @@ please refer to the [Wiki](https://github.com/chatchat-space/Langchain-Chatchat/
159
165
160
166
---
161
167
168
+
## Project Milestones
169
+
170
+
+`April 2023`: `Langchain-ChatGLM 0.1.0` released, supporting local knowledge base question and answer based on the
171
+
ChatGLM-6B model.
172
+
+`August 2023`: `Langchain-ChatGLM` was renamed to `Langchain-Chatchat`, `0.2.0` was released, using `fastchat` as the
173
+
model loading solution, supporting more models and databases.
174
+
+`October 2023`: `Langchain-Chachat 0.2.5` was released, Agent content was launched, and the open source project won
175
+
the third prize in the hackathon held by `Founder Park & Zhipu AI & Zilliz`.
176
+
+`December 2023`: `Langchain-Chachat` open source project received more than **20K** stars.
177
+
+`January 2024`: `LangChain 0.1.x` is launched, `Langchain-Chachat 0.2.x` is released. After the stable
178
+
version `0.2.10` is released, updates and technical support will be stopped, and all efforts will be made to
179
+
develop `Langchain with stronger applicability -Chat 0.3.x`.
180
+
181
+
182
+
+ 🔥 Let’s look forward to the future Chatchat stories together···
0 commit comments