liunux4odoo
17e8bc072b
fix: make_text_splitter use wrong chunk_* parameters when exception. ( close #2561 ) ( #2564 )
2024-01-05 15:06:59 +08:00
wvivi2023
9fc4793b79
enahnce
2024-01-05 09:58:29 +08:00
wvivi2023
76c08d4746
Merge branch 'master' into branch-0.2.9
2024-01-05 09:12:46 +08:00
wvivi2023
3593e6ca2c
update
2024-01-04 18:02:43 +08:00
Zhi-guo Huang
3d66899b0f
Merge pull request #2540 from chatchat-space/hzg0601-patch-1
...
修复milvus_kwargs问题
2024-01-03 17:14:48 +08:00
Zhi-guo Huang
ce29d14f46
修复milvus_kwargs问题
2024-01-03 17:14:38 +08:00
imClumsyPanda
50aeb24582
Update README.md
2024-01-03 15:30:24 +08:00
imClumsyPanda
fc75c4513a
Add files via upload
2024-01-03 15:30:02 +08:00
wvivi2023
df348e96a5
add log
2024-01-02 15:22:35 +08:00
liunux4odoo
61bc815540
fix: Chinese comma in requirements ( #2523 )
2024-01-02 11:26:03 +08:00
wvivi2023
7b7a180323
merge 0.2.6
...
merge 0.2.6
2024-01-02 10:10:41 +08:00
liunux4odoo
7d4a6b5edf
fix: ApiRequest.agent_chat 应当返回 dict 而非 str ( #2520 )
2024-01-02 09:54:23 +08:00
wvivi2023
5d6111dd26
Update .gitignore
...
将configs 文件夹放入代码库里
2024-01-02 09:18:41 +08:00
imClumsyPanda
3c33ca7b89
Release v0.2.9
2023-12-31 20:15:35 +08:00
imClumsyPanda
f1ae95c8ca
fix typos
2023-12-31 20:14:01 +08:00
imClumsyPanda
719e2713ed
fix typos
2023-12-31 20:13:14 +08:00
imClumsyPanda
349de9b955
Merge branch 'master' into dev
2023-12-31 19:25:01 +08:00
imClumsyPanda
e6c376fba0
update pics
2023-12-31 19:24:42 +08:00
liunux4odoo
c179230ce0
remove /chat/fastchat API endpoint ( #2506 )
2023-12-29 09:44:37 +08:00
liunux4odoo
3b28f40c6a
update requirements: 统一各文件依赖顺序,便于比对;移出streamlit-antd-components; jq默认安装; numexpr 限定 2.8.6 以兼容 py38
2023-12-29 09:35:02 +08:00
liunux4odoo
5cccd5e7aa
merge from master
2023-12-29 09:10:01 +08:00
imClumsyPanda
af38f75b29
Update README.md
2023-12-28 15:50:30 +08:00
imClumsyPanda
a8f94dd595
Add files via upload
2023-12-28 15:49:59 +08:00
wvivi2023
5c8610f47f
enhance 3rd catalog content
2023-12-28 10:52:52 +08:00
liunux4odoo
1f3a32ebaf
fix Yi-34b model config error( close #2491 ) ( #2492 )
2023-12-28 07:57:25 +08:00
wvivi2023
9f327e71e4
enhance splitter algorithm
2023-12-26 15:40:45 +08:00
liunux4odoo
9ff7bef2c2
新功能:知识库管理界面支持查看、编辑、删除向量库文档 ( #2471 )
...
* 新功能:
- 知识库管理界面支持查看、编辑、删除向量库文档。暂不支持增加(aggrid添加新行比较麻烦,需要另外实现)
- 去除知识库管理界面中重建知识库和删除知识库按钮,建议用户到终端命令操作
修复:
- 所有与知识库名称、文件名称有关的数据库操作函数都改成大小写不敏感,所有路径统一为 posix 风格,避免因路径文本不一致导致数据重复和操作失效 (close #2232)
开发者:
- 添加 update_docs_by_id 函数与 API 接口。当前仅支持 FAISS,暂时未用到,未将来对知识库做更细致的修改做准备
- 统一 DocumentWithScore 与 DocumentWithVsId
- FAISS 返回的 Document.metadata 中包含 ID, 方便后续查找比对
- /knowledge_base/search_docs 接口支持 file_name, metadata 参数,可以据此检索文档
* fix bug
2023-12-26 13:44:36 +08:00
zR
2e1442a5c1
修复 Langchain 更新之后OpenAI在线embed无法正常使用问题
2023-12-23 11:36:11 +08:00
liunux4odoo
4e5bc8b399
修复: zhipu-api 请求出错时返回准确的错误信息
2023-12-22 10:17:00 +08:00
imClumsyPanda
4e69033d33
Update README.md
2023-12-21 22:19:41 +08:00
imClumsyPanda
778d2d906a
Add files via upload
2023-12-21 22:19:12 +08:00
Zhi-guo Huang
d77f778e0d
Merge pull request #2435 from chatchat-space/reranker
...
新增特性:使用Reranker模型对召回语句进行重排
2023-12-21 19:06:59 +08:00
hzg0601
129c765a74
新增特性:reranker对向量召回文本进行重排
2023-12-21 19:05:11 +08:00
hzg0601
5891f94c88
temporarily add reranker
2023-12-21 16:05:16 +08:00
Zhi-guo Huang
60510ff2f0
Update model_config.py.example
2023-12-20 13:33:00 +08:00
Funkeke
c1a32d9f1a
fix:使用在线embedding模型时 报错 There is no current event loop in thread 'Any… ( #2393 )
...
* fix:使用在线embedding模型时 报错 There is no current event loop in thread 'AnyIO worker thread'
* 动态配置在线embbding模型
---------
Co-authored-by: fangkeke <3339698829@qq.com>
2023-12-20 08:40:53 +08:00
liunux4odoo
fdea406101
update requirements: 统一各文件依赖顺序,便于比对;移出streamlit-antd-components; jq默认安装
2023-12-19 15:59:41 +08:00
imClumsyPanda
bba4754994
Update README.md
2023-12-18 15:21:27 +08:00
imClumsyPanda
9fdeb475e9
Add files via upload
2023-12-18 15:20:58 +08:00
huangzhiguo
a870076051
在model_config.py.example中增加qwen量化模型启动的说明
2023-12-15 14:23:34 +08:00
wvivi2023
540ff09486
enhance
2023-12-15 10:28:11 +08:00
wvivi2023
33dc60df5e
commit log
2023-12-15 09:48:42 +08:00
wvivi2023
2ac52147d3
fix merging issue
2023-12-15 09:48:22 +08:00
wvivi2023
77bc5891c8
manually split
2023-12-15 08:59:13 +08:00
Astlvk
7e01e82470
fixed 迭代器参数传递错误,知识库问答报错TypeError: unhashable type: 'list' ( #2383 )
...
Co-authored-by: liunux4odoo <41217877+liunux4odoo@users.noreply.github.com>
2023-12-15 07:54:36 +08:00
xldistance
7e8391eb55
修复knowledge_base_chat_iterator传参错误 ( #2386 )
2023-12-15 07:53:36 +08:00
xldistance
332e1ccfaa
更新self.dims_length赋值错误 ( #2380 )
2023-12-14 19:56:39 +08:00
jaluik
e7410e40df
fix: 文档错误 ( #2384 )
2023-12-14 16:32:05 +08:00
imClumsyPanda
1cbad32b6e
Update README.md
2023-12-13 18:56:43 +08:00
imClumsyPanda
f45d6ab49c
Add files via upload
2023-12-13 18:56:20 +08:00