Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -4,14 +4,10 @@ fastapi>=0.100.0,<1.0.0
|
|
4 |
torch
|
5 |
accelerate
|
6 |
langchain
|
7 |
-
crewai
|
8 |
chromadb==0.4.24
|
9 |
python-dotenv
|
10 |
-
|
11 |
-
anthropic>=0.18.1
|
12 |
-
groq>=0.3.0
|
13 |
-
|
14 |
-
# Other dependencies...
|
15 |
|
16 |
# PDF and OCR processing
|
17 |
PyPDF2>=3.0.0
|
|
|
4 |
torch
|
5 |
accelerate
|
6 |
langchain
|
7 |
+
crewai
|
8 |
chromadb==0.4.24
|
9 |
python-dotenv
|
10 |
+
groq==0.3.1
|
|
|
|
|
|
|
|
|
11 |
|
12 |
# PDF and OCR processing
|
13 |
PyPDF2>=3.0.0
|