Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
jinchat-server
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
aigc-pioneer
jinchat-server
Commits
ae35b049
提交
ae35b049
authored
5月 31, 2023
作者:
imClumsyPanda
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update README.md
上级
b1ba2003
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
+2
-1
README.md
README.md
+2
-1
没有找到文件。
README.md
浏览文件 @
ae35b049
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
🤖️ 一种利用
[
langchain
](
https://github.com/hwchase17/langchain
)
思想实现的基于本地知识库的问答应用,目标期望建立一套对中文场景与开源模型支持友好、可离线运行的知识库问答解决方案。
🤖️ 一种利用
[
langchain
](
https://github.com/hwchase17/langchain
)
思想实现的基于本地知识库的问答应用,目标期望建立一套对中文场景与开源模型支持友好、可离线运行的知识库问答解决方案。
💡 受
[
GanymedeNil
](
https://github.com/GanymedeNil
)
的项目
[
document.ai
](
https://github.com/GanymedeNil/document.ai
)
和
[
AlexZhangji
](
https://github.com/AlexZhangji
)
创建的
[
ChatGLM-6B Pull Request
](
https://github.com/THUDM/ChatGLM-6B/pull/216
)
启发,建立了全流程可使用开源模型实现的本地知识库问答应用。现已支持使用
[
ChatGLM-6B
](
https://github.com/THUDM/ChatGLM-6B
)
、
[
ClueAI/ChatYuan-large-v2
](
https://huggingface.co/ClueAI/ChatYuan-large-v2
)
等大语言模型的接入
。
💡 受
[
GanymedeNil
](
https://github.com/GanymedeNil
)
的项目
[
document.ai
](
https://github.com/GanymedeNil/document.ai
)
和
[
AlexZhangji
](
https://github.com/AlexZhangji
)
创建的
[
ChatGLM-6B Pull Request
](
https://github.com/THUDM/ChatGLM-6B/pull/216
)
启发,建立了全流程可使用开源模型实现的本地知识库问答应用。现已支持使用
[
ChatGLM-6B
](
https://github.com/THUDM/ChatGLM-6B
)
等大语言模型直接接入,或通过
[
fastchat
](
https://github.com/lm-sys/FastChat
)
api 形式接入 Vicuna, Alpaca, LLaMA, Koala, RWKV 等模型
。
✅ 本项目中 Embedding 默认选用的是
[
GanymedeNil/text2vec-large-chinese
](
https://huggingface.co/GanymedeNil/text2vec-large-chinese/tree/main
)
,LLM 默认选用的是
[
ChatGLM-6B
](
https://github.com/THUDM/ChatGLM-6B
)
。依托上述模型,本项目可实现全部使用
**开源**
模型
**离线私有部署**
。
✅ 本项目中 Embedding 默认选用的是
[
GanymedeNil/text2vec-large-chinese
](
https://huggingface.co/GanymedeNil/text2vec-large-chinese/tree/main
)
,LLM 默认选用的是
[
ChatGLM-6B
](
https://github.com/THUDM/ChatGLM-6B
)
。依托上述模型,本项目可实现全部使用
**开源**
模型
**离线私有部署**
。
...
@@ -200,6 +200,7 @@ Web UI 可以实现如下功能:
...
@@ -200,6 +200,7 @@ Web UI 可以实现如下功能:
-
[
x
]
[
THUDM/chatglm-6b-int4-qe
]
(https://huggingface.co/THUDM/chatglm-6b-int4-qe)
-
[
x
]
[
THUDM/chatglm-6b-int4-qe
]
(https://huggingface.co/THUDM/chatglm-6b-int4-qe)
-
[
x
]
[
ClueAI/ChatYuan-large-v2
]
(https://huggingface.co/ClueAI/ChatYuan-large-v2)
-
[
x
]
[
ClueAI/ChatYuan-large-v2
]
(https://huggingface.co/ClueAI/ChatYuan-large-v2)
-
[
x
]
[
fnlp/moss-moon-003-sft
]
(https://huggingface.co/fnlp/moss-moon-003-sft)
-
[
x
]
[
fnlp/moss-moon-003-sft
]
(https://huggingface.co/fnlp/moss-moon-003-sft)
-
[
]
支持通过调用
[
fastchat
](
https://github.com/lm-sys/FastChat
)
api 调用 llm
-
[
]
增加更多 Embedding 模型支持
-
[
]
增加更多 Embedding 模型支持
-
[
x
]
[
nghuyong/ernie-3.0-nano-zh
]
(https://huggingface.co/nghuyong/ernie-3.0-nano-zh)
-
[
x
]
[
nghuyong/ernie-3.0-nano-zh
]
(https://huggingface.co/nghuyong/ernie-3.0-nano-zh)
-
[
x
]
[
nghuyong/ernie-3.0-base-zh
]
(https://huggingface.co/nghuyong/ernie-3.0-base-zh)
-
[
x
]
[
nghuyong/ernie-3.0-base-zh
]
(https://huggingface.co/nghuyong/ernie-3.0-base-zh)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论