fix jina module not find bug (#1770)
Browse files### 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 <[email protected]>
- requirements.txt +1 -0
- requirements_arm.txt +1 -0
- requirements_dev.txt +1 -0
requirements.txt
CHANGED
|
@@ -81,3 +81,4 @@ xgboost==2.1.0
|
|
| 81 |
xpinyin==0.7.6
|
| 82 |
zhipuai==2.0.1
|
| 83 |
pypdf==4.3.0
|
|
|
|
|
|
| 81 |
xpinyin==0.7.6
|
| 82 |
zhipuai==2.0.1
|
| 83 |
pypdf==4.3.0
|
| 84 |
+
jina==3.27.2
|
requirements_arm.txt
CHANGED
|
@@ -155,3 +155,4 @@ Bio==1.7.1
|
|
| 155 |
arxiv==2.1.3
|
| 156 |
pypdf==4.3.0
|
| 157 |
google_search_results==2.4.2
|
|
|
|
|
|
| 155 |
arxiv==2.1.3
|
| 156 |
pypdf==4.3.0
|
| 157 |
google_search_results==2.4.2
|
| 158 |
+
jina==3.27.2
|
requirements_dev.txt
CHANGED
|
@@ -140,3 +140,4 @@ Bio==1.7.1
|
|
| 140 |
arxiv==2.1.3
|
| 141 |
pypdf==4.3.0
|
| 142 |
google_search_results==2.4.2
|
|
|
|
|
|
| 140 |
arxiv==2.1.3
|
| 141 |
pypdf==4.3.0
|
| 142 |
google_search_results==2.4.2
|
| 143 |
+
jina==3.27.2
|