Commit Graph

420 Commits

Author SHA1 Message Date
halfss dfcd6f6102
添加bing搜索agent (#378)
* 1: 基于langchain的bing search agent添加bing搜索支持(百度不靠谱,Google不可用)
2: 调整输入框交互模式,对话/知识库/搜索,三选一

* fixed bug of message have no text

---------

Co-authored-by: root <jv.liu@i1368.com>
2023-05-16 23:51:34 +08:00
fxjhello 537269d5c4 打包配置 2023-05-16 13:00:12 +08:00
fxjhello 458ed26b79 前端打包配置 2023-05-16 12:56:47 +08:00
fxjhello 2eadf8d9f5 配置后端地址 2023-05-16 10:24:55 +08:00
fxjhello 5bac7591db 设置api 2023-05-16 10:21:25 +08:00
fxjhello 78c20e33b7 后端地址配置 2023-05-16 10:08:11 +08:00
fxjhello ff8cecd780
Merge pull request #365 from halfss/dev
add Knowledge Base delete and file delete
2023-05-15 19:54:05 +08:00
imClumsyPanda 228e460b1a update REAMDE.md 2023-05-15 19:51:20 +08:00
imClumsyPanda 7935162f4a Merge branch 'master' into dev 2023-05-15 19:49:56 +08:00
imClumsyPanda fa431b90ef Merge remote-tracking branch 'origin/dev' into dev 2023-05-15 19:49:14 +08:00
imClumsyPanda dab0530a2f update REAMDE.md 2023-05-15 19:49:00 +08:00
zqt996 a0cb14de23
添加命令行管理脚本 (#355)
* 添加加命令行工具

* 添加加命令行工具

---------

Co-authored-by: zqt <1178747941@qq.com>
Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
2023-05-15 19:13:12 +08:00
royd 1678392cee
Update api.py (#357)
更改目前流式对话的传入模式,使其可以支持多轮对话,体现在新增参数:history、knowledge_base_id
2023-05-15 19:11:00 +08:00
imClumsyPanda 0fca4c9590 Merge remote-tracking branch 'origin/dev' into dev 2023-05-15 18:58:51 +08:00
imClumsyPanda f54effb3ab update webui.py 2023-05-15 18:58:36 +08:00
imClumsyPanda 48ab7c4fa6 update webui.py 2023-05-15 18:45:40 +08:00
root 2563b16af0 add Knowledge Base delete and file delete 2023-05-15 08:29:58 +00:00
imClumsyPanda f9638a5eac
Update README.md 2023-05-15 15:58:55 +08:00
imClumsyPanda d647bd8e74
Add files via upload 2023-05-15 15:58:26 +08:00
fxjhello 11f5d387fc
Merge pull request #362 from halfss/dev
fixed bug of upload file use fixed url
2023-05-15 13:04:45 +08:00
root 7fcbec3409 fixed bug of upload file use fixed url 2023-05-15 04:44:28 +00:00
imClumsyPanda 31121945fc update requirements.txt 2023-05-14 00:36:42 +08:00
imClumsyPanda 5284fb2726 Merge branch 'master' into dev 2023-05-14 00:14:43 +08:00
TOMCAT 007 c86dd4dd47 vue页面开发完成 2023-05-13 23:03:07 +08:00
imClumsyPanda 3ff885d0d3 update api.py 2023-05-13 21:35:17 +08:00
fxjhello fc9d9f3c25 vue页面完成90% 2023-05-13 20:29:27 +08:00
fxjhello 839911a330 Merge branch 'dev' of https://github.com/imClumsyPanda/langchain-ChatGLM into dev 2023-05-13 16:59:56 +08:00
fxjhello 01bf39bc89 文件接口 2023-05-13 16:59:52 +08:00
imClumsyPanda 80854c4bcd update loaders 2023-05-13 12:36:48 +08:00
imClumsyPanda 621a0fe686 update cli_demo.py 2023-05-13 11:45:57 +08:00
imClumsyPanda 144d9a8ca3 Merge branch 'dev' 2023-05-13 11:28:00 +08:00
imClumsyPanda 5b17cfc2e7 update README.md 2023-05-13 11:27:46 +08:00
imClumsyPanda 82f1b7f2e3 Merge branch 'dev' 2023-05-13 11:24:24 +08:00
imClumsyPanda 1a1989d860 update README.md 2023-05-13 11:24:06 +08:00
imClumsyPanda 6a273501ee update loaders 2023-05-13 11:16:51 +08:00
zhenkaivip d2716addd6
使用paddleocr实现实现UnstructuredPaddlePDFLoader和UnstructuredPaddleImageLoader (#344)
* jpg and png ocr

* fix

* write docs to tmp file

* fix

* image loader

* fix

* fix

* add pdf_loader

* fix

* update INSTALL.md

---------

Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
2023-05-13 11:13:40 +08:00
imClumsyPanda 6e7078cf24 update api.py 2023-05-13 11:02:27 +08:00
imClumsyPanda ff8182f49a update api.py 2023-05-13 11:01:41 +08:00
imClumsyPanda 37b2fb18b7 update .gitignore 2023-05-13 09:51:46 +08:00
imClumsyPanda 6e23253013 update pdf_loader.py and image_loader.py 2023-05-13 09:50:30 +08:00
imClumsyPanda bbb1c0707d Merge branch 'dev' of https://github.com/imClumsyPanda/langchain-ChatGLM into dev 2023-05-13 08:46:46 +08:00
zhenkaivip dd93837343
使用paddleocr实现 (#342)
* jpg and png ocr

* fix

* write docs to tmp file

* fix

* [BUGFIX] local_doc_qa.py line 172: logging have no end args. (#323)

* image loader

* fix

* fix

* update api.py

* update api.py

* update api.py

* update README.md

* update api.py

* add pdf_loader

* fix

---------

Co-authored-by: RainGather <3255329+RainGather@users.noreply.github.com>
Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
2023-05-13 08:45:17 +08:00
imClumsyPanda 6e022d0d45 update api.py 2023-05-12 22:24:31 +08:00
imClumsyPanda dafa94efac update README.md 2023-05-12 20:57:16 +08:00
imClumsyPanda a8ac40163c update api.py 2023-05-12 20:46:51 +08:00
imClumsyPanda 5575079e6b update api.py 2023-05-12 18:23:13 +08:00
imClumsyPanda 8635f63c31 update api.py 2023-05-12 18:13:35 +08:00
RainGather f173d8b6b1
[BUGFIX] local_doc_qa.py line 172: logging have no end args. (#323) 2023-05-12 07:45:57 +08:00
imClumsyPanda dcf6e4ffeb update README.md 2023-05-11 18:48:46 +08:00
Tyler Luan 64406cee45
Add MOSS (#317)
* Add MOSS

* Update local_doc_qa.py

---------

Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
2023-05-11 18:42:19 +08:00