浏览代码

fix jina module not find bug (#1770)

### What problem does this PR solve?

fix jina module not find bug

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Co-authored-by: Zhedong Cen <cenzhedong2@126.com>
tags/v0.9.0
黄腾 1年前
父节点
当前提交
50e9df4c76
没有帐户链接到提交者的电子邮件
共有 3 个文件被更改,包括 3 次插入0 次删除
  1. 1
    0
      requirements.txt
  2. 1
    0
      requirements_arm.txt
  3. 1
    0
      requirements_dev.txt

+ 1
- 0
requirements.txt 查看文件

@@ -81,3 +81,4 @@ xgboost==2.1.0
xpinyin==0.7.6
zhipuai==2.0.1
pypdf==4.3.0
jina==3.27.2

+ 1
- 0
requirements_arm.txt 查看文件

@@ -155,3 +155,4 @@ Bio==1.7.1
arxiv==2.1.3
pypdf==4.3.0
google_search_results==2.4.2
jina==3.27.2

+ 1
- 0
requirements_dev.txt 查看文件

@@ -140,3 +140,4 @@ Bio==1.7.1
arxiv==2.1.3
pypdf==4.3.0
google_search_results==2.4.2
jina==3.27.2

正在加载...
取消
保存