Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

知识库支持 .jsonl, .epub, .xlsx, .xlsd, .ipynb, .odt, .py, .srt, .toml, .doc, .ppt 文件 #2079

Merged
merged 2 commits into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. 知识库支持行式 json 文件

    如果要使用 json 文件, 需要 `conda install jq`(windows 下 pip install jq 会失败)
    
    开发者:
    删除 CustomJsonLoader,使用 langchain 自带的 JsonLoader 处理 json 文件,添加 JsonLinesLoader 处理 jsonl 文件。
    liunux4odoo committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    efe21ca View commit details
    Browse the repository at this point in the history
  2. 知识库支持 .epub, .xlsx, .xlsd, .ipynb, .odt, .py, .srt, .toml, .doc, .ppt 文件

    为 .eml, .msg, .rst, .rtf, .tsv, .docx, .xml, .pptx 指定专用加载器
    liunux4odoo committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    197bf04 View commit details
    Browse the repository at this point in the history