Commit Graph

  • 8262a34f2f update README.md imClumsyPanda 2023-04-11 20:14:29 +0800
  • a53eb670e7
    Merge pull request #56 from liangtongt/master imClumsyPanda 2023-04-11 19:54:45 +0800
  • cf2aa21446 update webui.py and README.md imClumsyPanda 2023-04-11 19:52:59 +0800
  • d819705efe 无损压缩截图 liang tongtong 2023-04-11 05:50:30 +0000
  • fe589a5228 更新readme内容 liang tongtong 2023-04-11 05:46:34 +0000
  • 3682020c20 添加webui readme说明 liang tongtong 2023-04-11 05:38:27 +0000
  • 57c3cac3bb Webui更新说明 1、自动读取knowledge_based_chatglm.py中LLM及embedding模型枚举,选择后点击setting进行模型加载,可随时切换模型进行测试 2、可手动调节保留对话历史长度,可根据显存大小自行调节 3、添加上传文件功能,通过下拉框选择已上传的文件,点击loading加载文件,过程中可随时更换加载的文件 4、底部添加use via API可对接到自己系统 liang tongtong 2023-04-11 04:30:36 +0000
  • f7f40406c4 update requirements.txt imClumsyPanda 2023-04-11 11:09:38 +0800
  • a0a8257b93
    Merge pull request #51 from calcitem/readme imClumsyPanda 2023-04-11 00:21:37 +0800
  • 9445822224 Update README Calcitem 2023-04-11 00:15:16 +0800
  • 866e9950e8 use RetrievalQA instead of ChatVectorDBChain imClumsyPanda 2023-04-10 23:41:27 +0800
  • 481aab97cb use RetrievalQA instead of ChatVectorDBChain imClumsyPanda 2023-04-10 22:55:37 +0800
  • 12ee17f3b3 use RetrievalQA instead of ChatVectorDBChain imClumsyPanda 2023-04-10 22:55:22 +0800
  • 2240ed1ec2 update requirements.txt imClumsyPanda 2023-04-09 23:30:15 +0800
  • 3dc5860cfe Add llm_model_dict to choose llm and add chatglm-6b-int4 as an option imClumsyPanda 2023-04-09 23:23:11 +0800
  • 6d5b143811 Add llm_model_dict to choose llm and add chatglm-6b-int4 as an option imClumsyPanda 2023-04-09 23:20:05 +0800
  • 7720bb58e0 Add llm_model_dict to choose llm and add chatglm-6b-int4 as an option imClumsyPanda 2023-04-09 23:10:44 +0800
  • 384d705101 update README_en.md imClumsyPanda 2023-04-09 23:04:32 +0800
  • efa1338eb5
    Merge pull request #41 from calcitem/patch-1 imClumsyPanda 2023-04-09 10:33:03 +0800
  • f5503ac041
    Update README.md Calcitem 2023-04-09 10:30:01 +0800
  • 79acbfb8c3
    更新 README_en.md imClumsyPanda 2023-04-08 16:49:38 +0800
  • cd58b414ac
    更新 README.md imClumsyPanda 2023-04-08 16:48:55 +0800
  • 7e3b87dcd6 update requirements.txt imClumsyPanda 2023-04-08 09:23:58 +0800
  • 49eda9935e update README_en.md imClumsyPanda 2023-04-07 18:33:57 +0800
  • dcaec899e6 update README_en.md imClumsyPanda 2023-04-07 18:24:45 +0800
  • 9bb7c219ff
    Merge pull request #28 from lastrei/master imClumsyPanda 2023-04-07 12:22:22 +0800
  • 1b1107315c 根据4.7日更新代码,解决冲突 新增ernie系列模型作为embedding model,默认依旧使用GanymedeNil/text2vec-large-chinese 显存不足时可尝试使用ernie-tiny作为embedding模型 调用方式为embeddings = HuggingFaceEmbeddings(model_name=embedding_model_dict["ernie-tiny"], ) zhangwei 2023-04-07 12:01:15 +0800
  • f239881b6f
    Create LICENSE imClumsyPanda 2023-04-07 11:41:10 +0800
  • 3cec586487 update README.md littlepanda0716 2023-04-07 11:15:03 +0800
  • e04085e380 add torch_gc to clear gpu cache in knowledge_based_chatglm.py littlepanda0716 2023-04-07 11:02:23 +0800
  • 60d752bc18 add torch_gc to clear gpu cache in knowledge_based_chatglm.py littlepanda0716 2023-04-07 10:53:03 +0800
  • c4b52dda72 add torch_gc to clear gpu cache in knowledge_based_chatglm.py littlepanda0716 2023-04-07 10:46:02 +0800
  • 5664d1ff62 add torch_gc to clear gpu cache in knowledge_based_chatglm.py littlepanda0716 2023-04-07 10:45:44 +0800
  • 3cbc6aa77c update knowledge_based_chatglm.py littlepanda0716 2023-04-07 10:11:26 +0800
  • dfe966ed41 update chatglm_llm.py littlepanda0716 2023-04-07 09:58:44 +0800
  • befcdf6e32 update README.md littlepanda0716 2023-04-07 09:48:47 +0800
  • 0d0550525a update README.md littlepanda0716 2023-04-07 09:45:15 +0800
  • 63d900607f
    Merge pull request #17 from myml/memory imClumsyPanda 2023-04-07 09:43:49 +0800
  • 51c44e3e0a update chatglm_llm.py littlepanda0716 2023-04-07 09:28:45 +0800
  • 3ab6dbee00
    Merge pull request #21 from thomas-yanxin/master imClumsyPanda 2023-04-05 21:58:38 +0800
  • b6e603a33c
    Update requirements.txt thomas-yanxin 2023-04-05 21:39:42 +0800
  • bed03a6ff1 fix: 修复chatglm模型被复制,显存占用过多 myml 2023-04-05 01:05:06 +0800
  • 1851b4f074 update requirements.txt littlepanda0716 2023-04-03 21:07:41 +0800
  • a8abbff4bb update requirements.txt littlepanda0716 2023-04-03 20:37:54 +0800
  • 6762ab442f update function name and requirements.txt littlepanda0716 2023-04-03 19:15:08 +0800
  • ca902e1a7b update function name and requirements.txt littlepanda0716 2023-04-03 19:13:05 +0800
  • f0250eef38
    Merge pull request #1 from zx2021/master imClumsyPanda 2023-03-31 22:04:10 +0800
  • 0ddffff3fc update requirements.txt littlepanda0716 2023-03-31 22:02:41 +0800
  • 7d59541718
    Update requirements.txt zx2021 2023-03-31 21:49:16 +0800
  • 2d3ea9830e
    Update requirements.txt zx2021 2023-03-31 21:47:58 +0800
  • 2edb920b24 first commit littlepanda0716 2023-03-31 20:23:49 +0800
  • f17d26addf first commit littlepanda0716 2023-03-31 20:09:40 +0800