Langchain-Chatchat/tests
liunux4odoo fbe214471b
知识库支持 .jsonl, .epub, .xlsx, .xlsd, .ipynb, .odt, .py, .srt, .toml, .doc, .ppt 文件 (#2079)
* 知识库支持行式 json 文件
如果要使用 json 文件, 需要 `conda install jq`(windows 下 pip install jq 会失败)

开发者:
删除 CustomJsonLoader,使用 langchain 自带的 JsonLoader 处理 json 文件,添加 JsonLinesLoader 处理 jsonl 文件。

* 知识库支持 .epub, .xlsx, .xlsd, .ipynb, .odt, .py, .srt, .toml, .doc, .ppt 文件
为 .eml, .msg, .rst, .rtf, .tsv, .docx, .xml, .pptx 指定专用加载器
2023-11-16 09:37:09 +08:00
..
agent 支持通过配置项同时启动多个模型,将Wiki纳入samples知识库 (#2002) 2023-11-09 22:15:52 +08:00
api 支持通过配置项同时启动多个模型,将Wiki纳入samples知识库 (#2002) 2023-11-09 22:15:52 +08:00
custom_splitter 优化configs (#1474) 2023-09-15 17:52:22 +08:00
document_loader fix unit test name 2023-09-05 21:08:02 +08:00
kb_vector_db 知识库支持 .jsonl, .epub, .xlsx, .xlsd, .ipynb, .odt, .py, .srt, .toml, .doc, .ppt 文件 (#2079) 2023-11-16 09:37:09 +08:00
samples add RapidOCRPDFLoader and RapidOCRLoader (#1275) 2023-09-01 10:23:57 +08:00
test_migrate.py bugfix:dev分支创建知识库必然失败的bug修复 (#1980) 2023-11-09 17:45:21 +08:00
test_online_api.py 支持在线 Embeddings:zhipu-api, qwen-api, minimax-api, qianfan-api (#1907) 2023-10-28 23:37:30 +08:00