Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -4,7 +4,8 @@ langchain-openai>=0.0.2
|
|
4 |
openai>=1.12.0
|
5 |
python-dotenv>=1.0.0
|
6 |
langchain-community>=0.0.1
|
7 |
-
|
|
|
8 |
|
9 |
# Document processing
|
10 |
PyPDF2>=3.0.0
|
@@ -26,4 +27,4 @@ uvicorn>=0.27.0
|
|
26 |
python-multipart>=0.0.9
|
27 |
|
28 |
# Groq dependencies
|
29 |
-
groq>=0.4.0
|
|
|
4 |
openai>=1.12.0
|
5 |
python-dotenv>=1.0.0
|
6 |
langchain-community>=0.0.1
|
7 |
+
gradio>=5.6.0
|
8 |
+
langchain-groq>=0.0.3
|
9 |
|
10 |
# Document processing
|
11 |
PyPDF2>=3.0.0
|
|
|
27 |
python-multipart>=0.0.9
|
28 |
|
29 |
# Groq dependencies
|
30 |
+
groq>=0.4.0
|