-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
133 lines (120 loc) · 2.23 KB
/
Copy pathrequirements.txt
File metadata and controls
133 lines (120 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# Core Dependencies
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.12.5
pydantic-settings==2.12.0
python-multipart==0.0.6
# AI/ML & NLP
sentence-transformers==2.2.2
transformers==4.37.2
torch==2.9.1
tokenizers==0.15.2
accelerate==0.24.1
# Vector Database & Search
faiss-cpu==1.7.4
rank-bm25==0.2.2
# Document Processing
PyMuPDF==1.23.8
PyPDF2==3.0.1
python-docx==1.1.0
python-pptx==0.6.23
# OCR & Image Processing
paddleocr==2.7.3
easyocr==1.7.2
paddlepaddle==3.2.2
Pillow==10.0.1
opencv-python-headless==4.8.1.78
# LLM/Indexing
llama-index
llama-index-core
llama-index-embeddings-huggingface
llama-index-llms-openai
# Archive Handling
py7zr==0.20.6
rarfile==4.1
python-magic==0.4.27
# Text Processing & Utilities
chardet==5.2.0
numpy==1.24.3
nltk==3.8.1
tqdm==4.66.1
filetype==1.2.0
sentencepiece==0.2.1
# Caching & Performance
redis==5.0.1
psutil==5.9.6
# Ragas Evaluation Framework - FIX VERSIONS TO AVOID CONFLICTS
pyarrow==14.0.2 # MUST pin this version
datasets==2.14.6 # Compatible with pyarrow 14.0.2
evaluate==0.4.1
ragas==0.1.2
# Evaluation Metrics & Utilities
scikit-learn==1.3.2
scipy==1.11.4
pandas==2.0.3 # Only one entry
seaborn==0.13.0
matplotlib==3.10.7
# Async & Concurrency
aiofiles==23.2.1
# System & Utilities
python-dateutil==2.8.2
typing-extensions==4.15.0
protobuf==4.25.8
# Additional dependencies
aiohttp>=3.9.3
anyio==3.7.1
async-timeout==4.0.3
attrs==25.4.0
click==8.1.7
colorlog==6.10.1
cryptography==42.0.2
filelock==3.20.0
h11==0.16.0
huggingface-hub==0.20.0
httpx==0.25.2
idna==3.11
importlib-metadata==6.11.0
joblib==1.5.2
jsonpatch==1.33
jsonschema==4.25.0
langchain==0.1.7
langchain-community==0.0.20
langchain-core==0.1.23
loguru==0.7.2
lxml==5.1.0
MarkupSafe==3.0.2
msgpack==1.0.7
networkx==3.4.2
openai>=1.54.0
orjson==3.11.4
packaging==23.2
pip==25.2
platformdirs==4.5.0
pluggy==1.6.0
pydantic_core==2.41.5
pygments==2.19.2
pypdf==4.3.1
python-dotenv==1.0.1
PyYAML==6.0.2
requests==2.32.5
rich==13.7.0
scikit-image==0.21.0
setuptools==80.9.0
six==1.17.0
sniffio==1.3.0
SQLAlchemy==2.0.27
starlette==0.27.0
sympy==1.14.0
tenacity==8.5.0
threadpoolctl==3.6.0
tiktoken==0.5.2
tomli==2.2.1
torchvision==0.24.1
typer==0.9.4
urllib3==2.5.0
wasabi==1.1.3
Werkzeug==3.1.4
wheel==0.45.1
xxhash==3.6.0
yarl==1.22.0
zipp==3.23.0