Feat/support rag (#510)
* Create requirements-docker.txt * feat: update deps to support rag * feat: add support to rag, add rag_data_reader api for rag integration * feat: let user retrieve the filename of the processed file * feat: add projects demo for rag integrations --------- Co-authored-by:Xiaomeng Zhao <moe@myhloli.com> Co-authored-by:
icecraft <xurui1@pjlab.org.cn>
Showing
This diff is collapsed.
File added
boto3>=1.28.43 | boto3>=1.28.43 | ||
Brotli>=1.1.0 | Brotli>=1.1.0 | ||
click>=8.1.7 | click>=8.1.7 | ||
PyMuPDF>=1.24.9 | fast-langdetect==0.2.0 | ||
loguru>=0.6.0 | loguru>=0.6.0 | ||
numpy>=1.21.6,<2.0.0 | numpy>=1.21.6,<2.0.0 | ||
fast-langdetect==0.2.0 | |||
wordninja>=2.0.0 | |||
scikit-learn>=1.0.2 | |||
pdfminer.six==20231228 | pdfminer.six==20231228 | ||
pydantic>=2.7.2,<2.8.0 | |||
PyMuPDF>=1.24.9 | |||
scikit-learn>=1.0.2 | |||
wordninja>=2.0.0 | |||
# The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator. | # The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator. |
This diff is collapsed.
File added
File added
Please register or sign in to comment