Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +21 -11
requirements.txt
CHANGED
@@ -1,11 +1,21 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
langchain
|
4 |
-
langchain-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core dependencies
|
2 |
+
gradio>=4.0.0
|
3 |
+
langchain>=0.1.0
|
4 |
+
langchain-core>=0.1.0
|
5 |
+
langchain-community>=0.0.10
|
6 |
+
langchain-huggingface>=0.0.10
|
7 |
+
|
8 |
+
# ML and AI
|
9 |
+
transformers>=4.36.0
|
10 |
+
torch>=2.1.0
|
11 |
+
accelerate>=0.25.0
|
12 |
+
sentence-transformers>=2.2.2
|
13 |
+
|
14 |
+
# Database and utilities
|
15 |
+
astrapy==0.7.0
|
16 |
+
cassio>=0.1.0
|
17 |
+
python-dotenv==1.0.0
|
18 |
+
huggingface-hub>=0.19.4
|
19 |
+
|
20 |
+
# Optional: Add for better performance
|
21 |
+
bitsandbytes>=0.41.0 # For 8-bit quantization
|