Create requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.45.1
|
| 2 |
+
langchain==0.3.25
|
| 3 |
+
langchain-community==0.3.24
|
| 4 |
+
langchain-groq==0.3.2
|
| 5 |
+
langchain-text-splitters==0.3.8
|
| 6 |
+
chromadb==1.0.10
|
| 7 |
+
python-dotenv==1.1.0
|
| 8 |
+
requests==2.32.3
|
| 9 |
+
beautifulsoup4==4.13.4
|
| 10 |
+
numpy==2.2.4
|
| 11 |
+
huggingface-hub==0.30.2
|
| 12 |
+
transformers==4.52.3
|
| 13 |
+
sentence-transformers==4.1.0
|
| 14 |
+
torch==2.7.0
|
| 15 |
+
PyYAML==6.0.2
|
| 16 |
+
aiohttp==3.11.18
|
| 17 |
+
dataclasses-json==0.6.7
|
| 18 |
+
packaging==24.2
|
| 19 |
+
tqdm==4.67.1
|
| 20 |
+
propcache==0.3.1
|
| 21 |
+
yarl==1.20.0
|
| 22 |
+
idna==3.10
|
| 23 |
+
multidict==6.4.3
|
| 24 |
+
frozenlist==1.6.0
|
| 25 |
+
aiosignal==1.3.2
|
| 26 |
+
attrs==25.3.0
|