* 知识库支持行式 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 指定专用加载器 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_faiss_kb.py | ||
| test_milvus_db.py | ||
| test_pg_db.py | ||