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 |
imClumsyPanda
|
d694652b87
|
update VERSION
|
2023-08-20 10:40:31 +08:00 |
imClumsyPanda
|
62aa97bb32
|
Merge branch 'master' into dev
|
2023-08-20 10:39:30 +08:00 |
imClumsyPanda
|
cdea240c31
|
update README.md and llm_api_stale.py
|
2023-08-20 10:38:41 +08:00 |
liunux4odoo
|
956237feac
|
add api tests
|
2023-08-19 15:19:01 +08:00 |
liunux4odoo
|
69627a2fa3
|
update chat and knowledge base api: unify exception processing and return types
|
2023-08-19 15:14:45 +08:00 |
liunux4odoo
|
62d6f44b28
|
fix startup.py
|
2023-08-18 21:30:50 +08:00 |
imClumsyPanda
|
523aed015c
|
Update README.md
|
2023-08-18 19:46:16 +08:00 |
imClumsyPanda
|
2bf9d0d812
|
Add files via upload
|
2023-08-18 19:45:45 +08:00 |
liunux4odoo
|
fe9f2df17d
|
fix startup.py: correct command help info
|
2023-08-18 16:46:59 +08:00 |
陈鹏
|
95d9fb0ee9
|
fix bug 1159
修复使用使用pg存储向量时,向量检索错误 {TypeError}TypeError("'Document' object is not subscriptable")
|
2023-08-18 14:41:11 +08:00 |
liunux4odoo
|
d4cf77170a
|
fix webui: correct error messages
|
2023-08-18 11:47:49 +08:00 |
liunux4odoo
|
c3627de005
|
fix startup.py: add log info before server starting
|
2023-08-18 08:48:02 +08:00 |
imClumsyPanda
|
adb102f5f0
|
update VERSION
|
2023-08-17 22:32:42 +08:00 |
imClumsyPanda
|
4fb2e2198b
|
merge dev_allinone
|
2023-08-17 22:29:26 +08:00 |
imClumsyPanda
|
d9f74ec061
|
update README.md
|
2023-08-17 22:26:41 +08:00 |
imClumsyPanda
|
67839daad3
|
reformat and add version to startup.py
|
2023-08-17 22:22:28 +08:00 |
imClumsyPanda
|
52837429d2
|
update configs.__init__, webui.py and api.py
|
2023-08-17 22:19:37 +08:00 |
liunux4odoo
|
4278d1e000
|
fix startup.py
|
2023-08-17 21:57:13 +08:00 |
imClumsyPanda
|
5ec512801f
|
update configs.__init__
|
2023-08-17 21:51:21 +08:00 |
liunux4odoo
|
f8229fc4a9
|
update server_config example
|
2023-08-17 21:50:36 +08:00 |
imClumsyPanda
|
8b3b869418
|
update README.md
|
2023-08-17 21:44:30 +08:00 |
imClumsyPanda
|
7f7238168c
|
reformat model_config.py.example
|
2023-08-17 21:31:30 +08:00 |
imClumsyPanda
|
4318197ac7
|
reformat server_config.py.example
|
2023-08-17 21:30:40 +08:00 |
imClumsyPanda
|
0ecf3379b4
|
add descriptions about server_config in README.md
|
2023-08-17 21:29:16 +08:00 |
imClumsyPanda
|
a97cf021a9
|
Merge branch 'pre-release' into dev
|
2023-08-17 21:23:07 +08:00 |