-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
96 lines (90 loc) · 1.52 KB
/
requirements.txt
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
# Core dependencies
absl-py==2.1.0
aiohttp==3.10.10
aiosignal==1.3.1
attrs==24.2.0
colorama==0.4.6
fastapi==0.115.5
filelock==3.16.1
frozenlist==1.5.0
h11==0.14.0
httpcore==1.0.6
httpx==0.27.2
idna==3.10
Jinja2==3.1.4
jsonschema==4.23.0
langchain==0.3.7
langchain-community==0.3.5
langchain-core==0.3.15
langchain-huggingface>=0.1.2
chromadb>=0.4.22
sentence-transformers>=2.2.2
transformers>=4.30.2
torch>=2.0.0
MarkupSafe==3.0.2
multidict==6.1.0
numpy==1.26.0
openai==1.54.2
packaging==24.2
pandas==2.2.3
Pillow==10.4.0
pip==24.0
pydantic==2.9.2
pydantic_core==2.23.4
python-dateutil==2.8.2
python-dotenv==1.0.1
pytz==2024.2
PyYAML==6.0.2
referencing==0.35.1
requests==2.32.3
rpds-py==0.20.0
six==1.16.0
sniffio==1.3.1
starlette==0.41.2
streamlit==1.39.0
tenacity==9.0.0
toml==0.10.2
toolz==0.12.1
tornado==6.4
typing_extensions==4.12.2
tzdata==2024.2
tzlocal==5.2
urllib3==2.2.3
uvicorn==0.32.0
validators==0.22.0
watchdog==5.0.3
yarl==1.16.0
# AI/ML Libraries
langchain==0.3.7
langchain-community==0.3.5
langchain-core==0.3.15
langchain-huggingface>=0.1.2
openai==1.54.2
# Vector Store
chromadb>=0.4.22
sentence-transformers>=2.2.2
# Networking
aiohttp==3.10.10
beautifulsoup4==4.12.3
python-multipart>=0.0.9
# Frontend
streamlit==1.39.0
Pillow==10.4.0
# Machine Learning
torch>=2.0.0
tensorflow>=2.18.0
tf-keras>=2.18.0
numpy==1.26.0
pandas==2.2.3
scikit-learn>=1.5.2
# Utilities
tqdm>=4.65.0
requests==2.32.3
python-dateutil==2.8.2
fsspec>=2024.10.0
unstructured>=0.12.4
pypdf>=4.1.0
python-docx>=1.1.0
markdown>=3.5.2
redis>=5.0.2
uuid>=1.30