Commit Graph

1126 Commits

Author SHA1 Message Date
hzg0601 c5e6d4ddf8 Merge branch 'dev' of github.com:chatchat-space/Langchain-Chatchat into dev 2023-08-25 15:45:38 +08:00
imClumsyPanda 33ce276e3e change default search_engine option to 'duckduckgo' 2023-08-25 15:18:43 +08:00
hzg0601 e68e155687 Merge branch 'dev' of github.com:chatchat-space/Langchain-Chatchat into dev 2023-08-25 14:47:31 +08:00
hzg0601 cc0bd4efd9 update server_config.py.example: 增加多卡启动的说明 2023-08-25 11:27:39 +08:00
liunux4odoo 447b370416 在search_engine_chat中检查Bing KEY,并更新tests 2023-08-25 10:58:40 +08:00
hzg0601 999870c3a7 Merge branch 'dev' of github.com:chatchat-space/Langchain-Chatchat into dev 2023-08-25 09:43:46 +08:00
liunux4odoo 29738c071c update readme about startup.py 2023-08-25 08:19:58 +08:00
zqt 2604341e9e 调整KBService 接口函数do_search 并适配pg 2023-08-24 22:35:30 +08:00
zqt 24e7351d32 Merge branch 'master' into dev 2023-08-24 22:31:37 +08:00
zqt996 67ac53242d
Merge pull request #1233 from Pickupppp/master
修复 milvus 作为默认数据库初始化异常和调用search方法异常
2023-08-24 22:28:38 +08:00
Meiracle bc3dbb443e
修复搜索引擎聊天接口 (#1228)
* 修复搜索引擎聊天接口

* 修复知识库聊天接口

* 恢复
2023-08-24 22:18:33 +08:00
imClumsyPanda 659d017fd3 Merge branch 'master' into dev 2023-08-24 21:46:00 +08:00
imClumsyPanda 412a3ea9c8 Update README.md 2023-08-24 21:45:54 +08:00
imClumsyPanda c9220ae9bf Add files via upload 2023-08-24 21:45:54 +08:00
Pickupppp 050a585a9d 修复 milvus 作为默认数据库初始化异常和调用search方法异常 2023-08-24 21:31:02 +08:00
zqt 2a2b95d214 search_engine_chat bug 2023-08-24 17:25:54 +08:00
liunux4odoo 63ca393731 参照chat,给knowledge_base_chat/search_engine_chat添加chatgpt代理设置 2023-08-24 15:10:51 +08:00
imClumsyPanda 50c6369f46
Update README.md 2023-08-24 14:25:19 +08:00
imClumsyPanda a0437ba94f
Add files via upload 2023-08-24 14:24:44 +08:00
zqt ea4b5ebd16 Merge branch 'master' into dev 2023-08-24 14:16:21 +08:00
zqt996 4180fdbbb8
Merge pull request #1221 from zqt996/master
添加chatgpt 调用代理设置
2023-08-24 13:54:34 +08:00
zqt 37454db3ec 添加chatgpt 调用代理设置 2023-08-24 13:51:17 +08:00
liunux4odoo 4899c3b3cc set max threads of numexpr to improve performance and ommit warnings 2023-08-24 11:04:30 +08:00
imClumsyPanda 3504cb5274 update model_config.py.example 2023-08-23 23:04:13 +08:00
zR 7291e77978
support for bge-large-zh-noinstruct and openai text-embedding-ada-002 (#1119)
* support for bge-large-zh-noinstruct and openai text-embedding-ada-002

* 完善了readme,修改了BGE模型的载入方式

* 补充了readme中bge-large-zh-noinstruct的信息

* Update faiss_kb_service.py

* Update utils.py

---------

Co-authored-by: zR <zRzRzRzRzRzRzR>
Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
2023-08-23 22:55:53 +08:00
imClumsyPanda 4bcc74d214 update prompt template 2023-08-23 21:52:12 +08:00
liunux4odoo 351b62f7a7 fix part of #1206: add/delete/update_doc() get unexpected keyword argument 'not_refresh_vs_cache` 2023-08-23 15:26:52 +08:00
liunux4odoo 44edce6bcf fix #1142: 在History中使用jinja2模板代替f-string,避免消息中含有{ }时出错 2023-08-23 08:35:26 +08:00
Zhi-guo Huang 054ae4715d
Merge pull request #1203 from chatchat-space/hzg0601-patch-1
Update README.md:lora加载详细步骤参考
2023-08-22 23:57:51 +08:00
Zhi-guo Huang 42f6b2d1f6
Update README.md
lora加载详细步骤参考
2023-08-22 23:53:29 +08:00
zqt996 d79676cad1
Merge pull request #1199 from zqt996/master
修复pg和milvus kbservice代码
2023-08-22 16:53:39 +08:00
zqt 16542f20b4 修复pg和milvus kbservice代码 2023-08-22 16:52:04 +08:00
zqt996 cb29e1ed23
Merge pull request #1198 from chatchat-space/dev
pg similarity_search 转 similarity_search_with_score
2023-08-22 16:41:37 +08:00
zqt996 11856cc542
Merge pull request #1160 from shutter-cp/master
fix bug 1159
2023-08-22 16:38:06 +08:00
imClumsyPanda 2802e96b91
Update README.md 2023-08-22 11:29:18 +08:00
imClumsyPanda 01233ef1a1
Add files via upload 2023-08-22 11:28:54 +08:00
liunux4odoo c82134c07b
Update utils.py: correct recreate_vector_store's timeout (#1181) 2023-08-21 18:01:59 +08:00
liunux4odoo c571585ffd optimize recreate vector store: save vector store once after all docs parsed for FAISS 2023-08-21 08:50:15 +08:00
liunux4odoo f40bb69224 优化FAISS向量库多文件操作;修复recreate_vector_store,大量文件时不再超时。 2023-08-20 19:10:29 +08:00
zqt996 71d0f7d965
Merge pull request #1171 from zqt996/master
添加向量库的QA
2023-08-20 18:10:26 +08:00
zqt996 8d5966e9e1
Merge branch 'chatchat-space:master' into master 2023-08-20 18:04:13 +08:00
zqt b3450bfc96 添加milvus 和 pg QA说明 2023-08-20 18:03:23 +08:00
imClumsyPanda 7bd644701c Merge branch 'master' into dev 2023-08-20 17:55:12 +08:00
imClumsyPanda 1996db9e4d update bug_report template 2023-08-20 17:54:19 +08:00
imClumsyPanda b05f7b758e Merge branch 'master' into dev 2023-08-20 17:30:47 +08:00
imClumsyPanda adbee9f777 fix add_argument fault in startup.py 2023-08-20 17:30:39 +08:00
imClumsyPanda f0bcb3105a update langchain version requirements 2023-08-20 17:30:39 +08:00
imClumsyPanda 2e1396a2d5 fix add_argument fault in startup.py 2023-08-20 17:29:50 +08:00
imClumsyPanda fd5988422e update langchain version requirements 2023-08-20 16:52:56 +08:00
liunux4odoo 150a78bfd9 update kb_doc_api:make faiss cache working; delete vector store docs before add duplicate docs 2023-08-20 16:52:49 +08:00