Commit Graph

  • ca13ab8173
    测试OPENAI接口成功 (#813) Zhi-guo Huang 2023-07-11 23:40:49 +0800
  • 1940da0adf 测试openai接口成功 hzg0601 2023-07-11 23:35:24 +0800
  • 979dfa1976 Merge remote-tracking branch 'origin/dev' into dev imClumsyPanda 2023-07-11 21:49:02 +0800
  • 2371feaa4f update README.md imClumsyPanda 2023-07-11 21:48:50 +0800
  • a8e820359a Merge branch 'dev' of github.com:hzg0601/langchain-ChatGLM-annotation into dev hzg0601 2023-07-11 21:44:59 +0800
  • 48ce8b1c84 pull dev hzg0601 2023-07-11 21:43:26 +0800
  • 64f22a9e53
    修改默认的多卡部署方案,基本保证针对新模型也不会失败 (#788) Zhi-guo Huang 2023-07-11 20:24:49 +0800
  • e02f49a49e
    Merge branch 'dev' into dev imClumsyPanda 2023-07-11 20:24:18 +0800
  • 3a6a6fa8f6 update model_config.py imClumsyPanda 2023-07-11 20:19:50 +0800
  • 7480005822 Merge branch 'master' into dev imClumsyPanda 2023-07-11 20:18:40 +0800
  • 2d1ad18a4f update README.md imClumsyPanda 2023-07-11 20:18:24 +0800
  • ff5f73e041
    feat: fastapi 接口优化 (#684) NieLamu 2023-07-11 19:52:52 +0800
  • a5ca4bf26a
    1.增加对llama-cpp模型的支持;2.增加对bloom/chatyuan/baichuan模型的支持;3. 修复多GPU部署的bug;4. 修复了moss_llm.py的bug;5. 增加对openai支持(没有api,未测试);6. 支持在多卡情况自定义设备GPU (#664) Zhi-guo Huang 2023-07-11 19:36:50 +0800
  • cf0f1d6625
    Update README.md, 0.1.16版本已经支持删除知识库中的文件 (#792) kztao 2023-07-11 19:20:47 +0800
  • c564c91a82
    fix:The knowledge base name cannot be empty. (#793) kztao 2023-07-11 19:18:24 +0800
  • 80af725a41
    Update README.md imClumsyPanda 2023-07-11 19:15:09 +0800
  • f0ea1c1bb0
    Add files via upload imClumsyPanda 2023-07-11 19:14:41 +0800
  • 5f0697799a
    解决 image_loader.py 运行时报错“ModuleNotFoundError: No module named 'configs'”的问题。 (#795) ysyx2008 2023-07-11 19:12:46 +0800
  • a8a3ea9ca2
    Update README.md imClumsyPanda 2023-07-07 10:27:00 +0800
  • af4ddc8923
    Add files via upload imClumsyPanda 2023-07-07 10:26:23 +0800
  • 300d287d61 修改默认的多卡部署方案,基本保证针对新模型也不会失败 hzg0601 2023-07-06 04:47:44 +0800
  • e68bc53cab
    Update README.md imClumsyPanda 2023-07-05 09:32:40 +0800
  • de98919fe6
    Add files via upload imClumsyPanda 2023-07-05 09:32:05 +0800
  • 10abb8d781
    添加启动API的参数,支持https、wss方式API调用 (#728) Fan 2023-07-04 19:52:17 +0800
  • 7217e3391d
    Update model_config.py (#768) stc2001 2023-07-04 19:04:57 +0800
  • 967ac2ed2b merge master imClumsyPanda 2023-07-02 22:18:59 +0800
  • 80ecc08044 update README.md imClumsyPanda 2023-07-02 22:16:58 +0800
  • c52308d605
    1. 修改stream_chat的接口,在请求体中选择knowledge_base_id;2. 增加stream_chat_bing接口;3. 增加了调用流式接口的方法说明;4. 优化cli_demo.py的逻辑:支持 输入提示;多输入;重新输入 (#630) Zhi-guo Huang 2023-07-02 21:54:12 +0800
  • 43fae98bb5 按照review建议进行修改 hzg0601 2023-07-02 20:47:27 +0800
  • 6ab496ea4a
    Update api.py (#628) zzxs 2023-07-02 13:42:53 +0800
  • b922970ac2
    Update README.md imClumsyPanda 2023-07-01 10:16:47 +0800
  • 393bd400cb
    Add files via upload imClumsyPanda 2023-07-01 10:16:09 +0800
  • 421ce3da3a
    Add device_map config to support chatglm2-6b (#734) Jingsong-Yan 2023-06-30 21:08:38 +0800
  • 51ed739d6c
    fix 2 bugs on streamlit demo (#719) neverless00 2023-06-30 21:01:41 +0800
  • 3c66fc3b18
    向Readme添加Docker整合包描述 (#746) jinke 2023-06-30 07:19:07 +0800
  • 1612c89160
    Update README.md imClumsyPanda 2023-06-29 12:53:27 +0800
  • 2bda2cf7a6
    Update README.md imClumsyPanda 2023-06-29 12:52:51 +0800
  • 46bd13d9db
    Add files via upload imClumsyPanda 2023-06-29 12:50:52 +0800
  • 1ec8f33db8
    Update README.md imClumsyPanda 2023-06-27 16:13:15 +0800
  • c69e63a442
    Add files via upload imClumsyPanda 2023-06-27 16:11:45 +0800
  • 521d9e2f98
    Dev streaming oom (#722) allseeeeeee 2023-06-26 19:12:50 +0800
  • d0b746c54f update README.md imClumsyPanda 2023-06-25 17:55:00 +0800
  • 623d3d44ec Merge branch 'master' into dev imClumsyPanda 2023-06-25 17:05:05 +0800
  • eaf46a04e3 Add chatglm2-6b configs imClumsyPanda 2023-06-25 17:04:16 +0800
  • fc57d76c3c
    Update README.md imClumsyPanda 2023-06-22 10:39:18 +0800
  • bf87e791f3
    Add files via upload imClumsyPanda 2023-06-22 10:38:54 +0800
  • 6195a5974a
    Merge pull request #651 from sivdead/fix/kbs_interface_adjust fxjhello 2023-06-20 19:01:48 +0800
  • 6e666237cd
    Merge pull request #679 from hzhaoy/master fxjhello 2023-06-20 18:59:21 +0800
  • d24d736c38
    Merge pull request #1 from imClumsyPanda/dev 超能刚哥 2023-06-20 17:37:59 +0800
  • 8d01bc9170
    Merge branch 'imClumsyPanda:master' into master Elwin 2023-06-20 16:27:24 +0800
  • 1a0eadccb2 Fix #675: 解决因vue前端代码有误导致镜像构建失败的问题 hzhaoy 2023-06-20 15:54:11 +0800
  • 241e19a9af
    Merge branch 'dev' into fix/kbs_interface_adjust LuoQianhong 2023-06-20 09:18:14 +0800
  • 7b4884a2db update README.md imClumsyPanda 2023-06-19 23:02:56 +0800
  • ef5bab1d92 错误操作撤销了#653,补充提交 TOMCAT 007 2023-06-19 21:16:51 +0800
  • 11c35722ba update QR Code imClumsyPanda 2023-06-19 20:51:18 +0800
  • d7d235463e
    整理了下issue的问题,方便新手入门 (#669) fengyunzaidushi 2023-06-19 19:33:11 +0800
  • 6e953da07b
    Merge branch 'dev' into master imClumsyPanda 2023-06-18 21:54:53 +0800
  • 017b34647e update requirements.txt and model_config.py imClumsyPanda 2023-06-18 21:52:56 +0800
  • f6218316e3 update requirements.txt and model_config.py imClumsyPanda 2023-06-18 21:52:49 +0800
  • 25b46a7b9e
    标题增强 (#631) kiddog99 2023-06-18 21:45:06 +0800
  • 41d8846e13
    移除EventSourceResponse引用 超能刚哥 2023-06-18 17:37:26 +0800
  • 6023426344
    去除多余依赖 超能刚哥 2023-06-18 17:36:46 +0800
  • d61ff37f45
    增加sse_starlette依赖包 超能刚哥 2023-06-18 17:35:55 +0800
  • f21e00bf16
    LLM对话和知识库对话接口增加流式输出功能 超能刚哥 2023-06-18 17:30:41 +0800
  • 3f7e81585e
    Merge pull request #657 from imClumsyPanda/revert-653-dev-1 fxjhello 2023-06-17 20:30:04 +0800
  • 409a302f9b
    Revert "fix:前端知识库获取失败. 修改获取及删除接口至knowledge_base" fxjhello 2023-06-17 20:29:25 +0800
  • 6981bdee62
    Merge pull request #653 from 1729457433/dev-1 fxjhello 2023-06-17 20:29:17 +0800
  • 5eab13c911
    Merge pull request #636 from hzhaoy/master fxjhello 2023-06-17 20:28:54 +0800
  • 3efd408f5a fix(前端): 删除知识库改为使用删除知识库接口 敬文 | 罗千洪 2023-06-17 16:33:43 +0800
  • 91c647812f fix:前端知识库获取失败. JZF 2023-06-17 11:29:55 +0800
  • 7cbdc6702e fix(前端): 查询切换到知识库tab时,应该调用查询知识库列表接口而不是文件列表接口;删除文件改为使用DELETE方法,参数按api.py改动调整为QueryParam 敬文 | 罗千洪 2023-06-17 02:40:38 +0800
  • 2a964f298c fix bugs in MyFAISS.delete_doc imClumsyPanda 2023-06-16 23:52:28 +0800
  • 2282320d41 fix bugs in MyFAISS.delete_doc imClumsyPanda 2023-06-16 23:51:20 +0800
  • 2311fb007d
    Update MyFAISS.py (#648) bright.python 2023-06-16 23:47:31 +0800
  • 1eba834985
    Update README.md imClumsyPanda 2023-06-16 15:26:26 +0800
  • 3743f6f5c6
    Add files via upload imClumsyPanda 2023-06-16 15:25:19 +0800
  • ba336440aa Merge branch 'dev' of github.com:imClumsyPanda/langchain-ChatGLM into dev hzg0601 2023-06-15 13:53:22 +0800
  • c42c0cbf87 update cli_demo.py hzg0601 2023-06-15 13:46:11 +0800
  • b262612248 优化cli_demo.py的逻辑:支持 输入提示;多输入;重新输入 hzg0601 2023-06-15 13:15:00 +0800
  • e177b0bbc8 Fix #635: 解决vue前端镜像构建失败的问题 hzhaoy 2023-06-15 11:36:57 +0800
  • 3d95706d5c fix bugs in webui.py imClumsyPanda 2023-06-15 01:00:45 +0800
  • 5f652183f4 fix bugs in webui.py imClumsyPanda 2023-06-15 00:38:38 +0800
  • a62617f394 Merge remote-tracking branch 'origin/dev' into dev imClumsyPanda 2023-06-15 00:26:45 +0800
  • b674c9a524 fix bugs in pdf_loader.py and image_loader.py imClumsyPanda 2023-06-15 00:26:27 +0800
  • ed7c54858a add delete knowledge base and delete files from knowledge base to webui imClumsyPanda 2023-06-15 00:21:41 +0800
  • a70df98825
    更新FAQ,model_config.py,bing_search.py文件,增加bing搜索问答相关问题的原因和可能解决方案,修复了一些typo;修改loader.py中load_in_8bit失败的原因和详细解决方案 (#610) Zhi-guo Huang 2023-06-14 21:31:26 +0800
  • 331f39cde7 merge master imClumsyPanda 2023-06-14 21:21:56 +0800
  • 58d6a9a098 update MyFAISS with method mentioned in https://github.com/imClumsyPanda/langchain-ChatGLM/issues/613#issuecomment-1590460465 imClumsyPanda 2023-06-14 21:20:52 +0800
  • a55aab498f Merge branch 'master' of https://github.com/imClumsyPanda/langchain-ChatGLM imClumsyPanda 2023-06-14 21:09:30 +0800
  • 40101dbb1f
    Update README.md imClumsyPanda 2023-06-14 17:26:56 +0800
  • 5c81671cf7
    Add files via upload imClumsyPanda 2023-06-14 17:25:57 +0800
  • 660f8c6715 修改stream_chat的接口,在请求体中选择knowledge_base_id;增加stream_chat_bing接口 hzg0601 2023-06-14 11:17:21 +0800
  • 987f5518f2 stream_chat_bing hzg0601 2023-06-14 08:55:27 +0800
  • b63c74212f update loader.py hzg0601 2023-06-14 08:22:05 +0800
  • 11dd2b5b84 update api.py imClumsyPanda 2023-06-14 00:35:33 +0800
  • a887df1715 add knowledge_base folder and move vector_store and content inside imClumsyPanda 2023-06-13 23:54:29 +0800
  • f7e7d318d8 修改loader.py中load_in_8bit失败的原因和详细解决方案 hzg0601 2023-06-13 23:30:10 +0800
  • 585b4427ba Merge branch 'master' into dev imClumsyPanda 2023-06-13 22:40:14 +0800
  • fc6d4c33e3 add delete_doc and update_doc to MyFAISS.py imClumsyPanda 2023-06-13 22:39:41 +0800
  • 0abd2d9992 llama_llm.py 提示词修改 glide-the 2023-06-13 18:36:07 +0800