glide-the
5f010823aa
Build an abstract dialogue model using classes and methods to represent different dialogue elements
...
Fixes # None
Before submitting
If you want to review, please refer to the quick start example provided in langchain/chains/dialogue_answering/main.py. You may need to set the openaikey and the following startup parameters: --dialogue-path: the location of the dialogue file, --embedding-model: the HuggingFaceEmbeddings model to use (defaults to GanymedeNil/text2vec-large-chinese) if not specified.
Regarding the format of the dialogue file, please refer to the following information:
```text
sun:
Has the offline model been run?
glide-the:
Yes, it has been run, but the results are not very satisfactory.
glide-the:
It lacks chat intelligence and falls far behind in terms of logic and reasoning.
sun:
Are you available for voice chat?
glide-the:
I'm considering using this offline model: https://huggingface.co/chat
glide-the:
voice chat okay.
glide-the:
You can take a look at the dev_agent branch of the langchain-chatglm project.
glide-the:
There's a dialogue model question-answering example under the agent.
sun:
Alright.
glide-the:
The specified chat record file is exported from WeChat.
```
2023-05-26 01:49:07 +08:00
glide-the
cf07c014c4
Build an abstract dialogue model using classes and methods to represent different dialogue elements.
...
This class serves as a fundamental framework for constructing dialogue models.
2023-05-26 01:47:29 +08:00
glide-the
25e5ab1282
增加call_行为
2023-05-26 01:46:59 +08:00
glide-the
c4ee36b8ac
删除 AnswerResultStream 、generate_with_callback收集器
2023-05-25 21:07:40 +08:00
glide-the
e7b06a9072
删除流式请求中的缓存清理
2023-05-25 20:58:04 +08:00
fxjhello
5eccb58759
Merge branch 'dev' of https://github.com/imClumsyPanda/langchain-ChatGLM into dev
2023-05-24 09:24:57 +08:00
fxjhello
46ae480e66
修改dockerfile
2023-05-24 09:24:20 +08:00
imClumsyPanda
bde1585cd5
Merge branch 'master' into dev
2023-05-24 00:21:07 +08:00
imClumsyPanda
52c6f2d29f
fix int4 and int8 model init bug
2023-05-24 00:20:03 +08:00
imClumsyPanda
dd40c5d179
Merge branch 'master' into dev
2023-05-24 00:16:03 +08:00
imClumsyPanda
1ee12266e8
更新 requirements.txt
2023-05-24 00:12:59 +08:00
glide-the
a1b1b78108
使用model_config默认配置启动
...
llama_llm.py 删除流式输出
base.py、shared.py 删除多余代码
fastchat_llm.py 业务实现
2023-05-23 23:10:31 +08:00
zhubao315
eeea00e294
Update Dockerfile-cuda ( #446 )
2023-05-23 16:14:07 +08:00
imClumsyPanda
3d17478588
Update README.md
2023-05-23 08:35:33 +08:00
imClumsyPanda
42a22c927b
Add files via upload
2023-05-23 08:35:01 +08:00
imClumsyPanda
3fd47b0d40
Merge branch 'master' into dev
2023-05-22 18:19:38 +08:00
imClumsyPanda
78e940f0a7
update README.md
2023-05-22 18:16:31 +08:00
imClumsyPanda
bca32cae83
update local_doc_qa.py
2023-05-22 18:09:23 +08:00
glide-the
6f8da56083
Update loader.py
...
删除低显存加载参数
2023-05-22 16:12:01 +08:00
fxjhello
52cf43a479
数据格式处理
2023-05-22 14:03:27 +08:00
imClumsyPanda
9f7eb3cea8
更新 requirements.txt
2023-05-22 13:20:18 +08:00
imClumsyPanda
c79058f064
更新 local_doc_qa.py
2023-05-22 13:14:23 +08:00
fxjhello
1e43fcfbe3
Merge branch 'dev' of https://github.com/imClumsyPanda/langchain-ChatGLM into dev
2023-05-22 12:00:07 +08:00
fxjhello
c439e66fa2
前端代理地址修改
2023-05-22 11:59:39 +08:00
imClumsyPanda
ad843a646d
update api.py
2023-05-22 11:53:11 +08:00
fxjhello
8742001982
Merge branch 'dev' of https://github.com/imClumsyPanda/langchain-ChatGLM into dev
2023-05-22 11:45:45 +08:00
fxjhello
919a400cec
bingsearch前后端修改,history完善
2023-05-22 11:45:41 +08:00
yawudede
4634a578f4
local_doc_qa.py
2023-05-22 10:39:55 +08:00
yawudede
9140a5e70c
local_doc_qa.py
2023-05-22 10:36:41 +08:00
yawudede
037b5e4502
local_doc_qa.py
...
添加精排
2023-05-22 10:32:58 +08:00
imClumsyPanda
b8272bfe14
update README.md
2023-05-22 00:26:04 +08:00
imClumsyPanda
06f6e1913e
merge master
2023-05-22 00:24:07 +08:00
imClumsyPanda
e352a04cbb
merge master
2023-05-22 00:18:48 +08:00
imClumsyPanda
d2983e935f
update loaders
2023-05-22 00:15:29 +08:00
imClumsyPanda
5acea5e4fc
update loaders
2023-05-21 23:52:35 +08:00
imClumsyPanda
68e593a64a
update README.md
2023-05-21 23:34:26 +08:00
imClumsyPanda
0f3fc5234d
update webui.py and api.py
2023-05-21 23:04:46 +08:00
imClumsyPanda
483b7dd291
update model_config.py
2023-05-21 22:41:22 +08:00
imClumsyPanda
12316d0658
update model_config.py
2023-05-21 22:40:53 +08:00
imClumsyPanda
67e26fe730
update model_config.py
2023-05-21 22:30:28 +08:00
imClumsyPanda
5f38645fa1
update api.py
2023-05-21 22:27:02 +08:00
imClumsyPanda
2707f58aa1
update bing_search.py
2023-05-21 22:08:55 +08:00
imClumsyPanda
9c422cc6bc
update bing_search.py
2023-05-21 22:08:38 +08:00
imClumsyPanda
f986b756ff
update chinese_text_splitter.py
2023-05-21 21:24:25 +08:00
imClumsyPanda
14295392d0
update loader
2023-05-21 21:21:00 +08:00
fxjhello
6960216125
Merge pull request #425 from mayflyfy/master
...
修复每次对话携带多余数据的问题
2023-05-21 21:10:25 +08:00
mayfly
e102bbf021
Update index.vue
...
FIX:修复每次对话携带多余数据的问题
2023-05-21 21:05:05 +08:00
imClumsyPanda
871a871651
update model_loader
2023-05-21 15:30:52 +08:00
imClumsyPanda
3712eec6a9
update pdf_loader.py
2023-05-21 15:05:35 +08:00
imClumsyPanda
d8ae43a897
Update README.md
2023-05-20 22:17:01 +08:00