20 lines
281 B
Plaintext
20 lines
281 B
Plaintext
|
|
# RAG Knowledge Base Dependencies
|
||
|
|
flask>=2.0.0
|
||
|
|
flask-cors>=4.0.0
|
||
|
|
faiss-cpu>=1.7.0
|
||
|
|
numpy>=1.21.0
|
||
|
|
watchdog>=3.0.0
|
||
|
|
pypdf2>=3.0.0
|
||
|
|
python-docx>=0.8.0
|
||
|
|
chardet>=5.0.0
|
||
|
|
jieba>=0.42.0
|
||
|
|
requests>=2.28.0
|
||
|
|
|
||
|
|
# PDF OCR Support
|
||
|
|
pymupdf>=1.23.0
|
||
|
|
pillow>=10.0.0
|
||
|
|
pycryptodome>=3.19.0
|
||
|
|
|
||
|
|
# EasyOCR
|
||
|
|
easyocr
|