Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
|
|
|
|
1 |
groq
|
2 |
-
langchain
|
3 |
langchain-text-splitters
|
4 |
faiss-cpu
|
5 |
sentence-transformers
|
@@ -7,14 +9,16 @@ pymupdf
|
|
7 |
pillow
|
8 |
python-dotenv
|
9 |
requests
|
|
|
|
|
10 |
transformers
|
11 |
torch
|
12 |
-
torchaudio
|
13 |
-
langchain-community
|
14 |
numpy
|
15 |
-
|
16 |
-
|
17 |
openpyxl
|
18 |
pandas
|
|
|
|
|
19 |
huggingface-hub
|
20 |
safetensors
|
|
|
1 |
+
# Core dependencies
|
2 |
+
gradio
|
3 |
groq
|
4 |
+
langchain-community
|
5 |
langchain-text-splitters
|
6 |
faiss-cpu
|
7 |
sentence-transformers
|
|
|
9 |
pillow
|
10 |
python-dotenv
|
11 |
requests
|
12 |
+
|
13 |
+
# Machine Learning & Vision
|
14 |
transformers
|
15 |
torch
|
|
|
|
|
16 |
numpy
|
17 |
+
|
18 |
+
# Data Processing
|
19 |
openpyxl
|
20 |
pandas
|
21 |
+
|
22 |
+
# Model Dependencies
|
23 |
huggingface-hub
|
24 |
safetensors
|