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

publish 0.2.10 #2797

Merged
merged 73 commits into from
Jan 25, 2024
Merged

publish 0.2.10 #2797

merged 73 commits into from
Jan 25, 2024

Commits on Jan 2, 2024

  1. 增加 PDF_OCR_THRESHOLD 配置项,只对宽高超过页面一定比例(图片宽/页面宽,图片高/页面高)的图片进行 OCR。 (#2525)

    这样可以避免 PDF 中一些小图片的干扰,提高非扫描版 PDF 处理速度
    liunux4odoo committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    aeb7a7e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    6703466 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Gemini api (#2630)

    * Gemini-pro api
    
    * Update gemini.py
    
    * Update gemini.py
    yhfgyyf committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    03eb5e9 View commit details
    Browse the repository at this point in the history
  2. Update pgvector connection method following updates in langchain_comm…

    …unity, to resolve the 'PGVector' object has no attribute 'connect' error. (#2591)
    HALIndex committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    29ef5dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5b52e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e615932 View commit details
    Browse the repository at this point in the history
  5. 【功能新增】增强对PPT、DOC知识库文件的OCR识别 (#2013)

    * 【功能新增】增强对PPT、DOC文件的OCR识别
    
    * 【功能新增】增强对PPT、DOC文件的OCR识别
    
    * Update mydocloader.py
    
    ---------
    
    Co-authored-by: zR <2448370773@qq.com>
    596192804 and zRzRzRzRzRzRzR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    75ff268 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    269090e View commit details
    Browse the repository at this point in the history
  7. 版本更新

    zRzRzRzRzRzRzR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4ac510f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff91508 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3333007 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2638 from zRzRzRzRzRzRzR/dev

    0.2.10 Agent更新
    zRzRzRzRzRzRzR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c5985ae View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    6df4554 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2647 from zRzRzRzRzRzRzR/dev

    更新即将废弃的启动内容
    zRzRzRzRzRzRzR committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    0a37fe9 View commit details
    Browse the repository at this point in the history
  3. Fix two bugs in Minimax's model worker that affect usage, namely do_ …

    …Embeddings should return result for multiple documents, and the other option is validate_ Messages, 'role': 'user' should be the uppercase letter 'USER'
    xyhshen committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    ebda105 View commit details
    Browse the repository at this point in the history
  4. ChatOpenAI为了判断token有没有超过模型的context上下文长度,每个模型的token算法不一样 ,所以这里应该自己实现to…

    …ken长度计算
    
    第一次初始化的时候,openai的类会强制使用3.5,
    glide-the committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    f031ebc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2649 from glide-the/dev

    ChatOpenAI为了判断token有没有超过模型的context上下文长度,
    glide-the committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    991e824 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2648 from xyhshen/patch-1

    Fix two bugs in Minimax's model worker that affect usage
    zRzRzRzRzRzRzR committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    f28cd59 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    241690d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2659 from zRzRzRzRzRzRzR/dev

    更新运行数据库报错和项目里程碑
    zRzRzRzRzRzRzR committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    cb38226 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    67ae61d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c92cd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    b2ea386 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2681 from Lijia0/adapter_pgvector

    修复bug-langchain新版本PGVector传入connection,插入、删除操作会回滚
    zRzRzRzRzRzRzR committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1b5efec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2688 from MSZheng20/dev

    fix:修复ES库无法向量检索.添加mappings创建向量索引
    zRzRzRzRzRzRzR committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e5acf3d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    2ab9449 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2704 from MSZheng20/dev

    1、ES库index_name获取兼容windows和linux系统 2、补充mappings,创建向量索引结构保持一致 3、添加ES测试方法
    zRzRzRzRzRzRzR committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b058e19 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. 更新依赖

    zRzRzRzRzRzRzR committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    dc07cba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a77880 View commit details
    Browse the repository at this point in the history
  3. pr 2775 maybe need?

    zRzRzRzRzRzRzR committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    8c2019f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cf65d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    e5b4bb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    554d6b4 View commit details
    Browse the repository at this point in the history
  3. perf typing

    showmecodett committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    3057c29 View commit details
    Browse the repository at this point in the history
  4. perf typing

    showmecodett committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    71deed9 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    56c2a70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac255f View commit details
    Browse the repository at this point in the history
  3. 支持GLM4

    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6b61d91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8483c0b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2746 from zRzRzRzRzRzRzR/dev

    支持GLM4
    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c0968fb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2748 from chatchat-space/dev

    0.2.10(0.2.x Final dev release)
    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    09bcec5 View commit details
    Browse the repository at this point in the history
  7. 配置文件修改

    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    eeba2e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80c26e4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2749 from zRzRzRzRzRzRzR/dev

    配置文件修改
    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    fb6c84b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2750 from chatchat-space/dev

    配置文件修改
    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d4ff6be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b6d2bc7 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2751 from zRzRzRzRzRzRzR/dev

    恢复 删除知识库选项
    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6437883 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    17803cb View commit details
    Browse the repository at this point in the history
  14. Merge pull request #2752 from zRzRzRzRzRzRzR/dev

    gemini API 修复
    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    54e5b41 View commit details
    Browse the repository at this point in the history
  15. 更新readme

    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8577182 View commit details
    Browse the repository at this point in the history
  16. readme更新

    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c50e988 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1adff31 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    56d32a9 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #2753 from zRzRzRzRzRzRzR/dev

    细节更新和补充
    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    31631e5 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #2754 from chatchat-space/dev

    更新文档细节和readme细节
    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2c92f42 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bb5e0e1 View commit details
    Browse the repository at this point in the history
  22. 更新错误的依赖

    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    57c73b1 View commit details
    Browse the repository at this point in the history
  23. 修复错误依赖

    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6df6ed2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    481d1c4 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #2759 from zRzRzRzRzRzRzR/dev

    更新依赖错误
    zRzRzRzRzRzRzR committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    088a27d View commit details
    Browse the repository at this point in the history
  26. update req

    imClumsyPanda committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    60d5f7d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    7248163 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. 更新了部分依赖

    zRzRzRzRzRzRzR committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f9a5ae9 View commit details
    Browse the repository at this point in the history
  2. 更新两行注释

    zRzRzRzRzRzRzR committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    852ca5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f50400a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2783 from chatchat-space/dev

    解决部分依赖问题
    zRzRzRzRzRzRzR committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d4ab1a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Add files via upload

    imClumsyPanda authored and liunux4odoo committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    454d82b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    imClumsyPanda authored and liunux4odoo committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1c3b928 View commit details
    Browse the repository at this point in the history
  3. Add README_ja.md (#2787)

    eltociear authored and liunux4odoo committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    370dbfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5e758b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    488c13a View commit details
    Browse the repository at this point in the history
  6. merge master to dev

    liunux4odoo committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    dcff542 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c163b9 View commit details
    Browse the repository at this point in the history