Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
gradio>=4.14.0
|
2 |
python-dotenv>=1.0.0
|
3 |
langchain>=0.1.0
|
4 |
-
langchain-community
|
5 |
langchain-groq>=0.1.1
|
6 |
cohere>=4.37
|
7 |
qdrant-client>=1.7.0
|
8 |
-
requests>=2.31.0
|
9 |
-
fastembeddings==0.4.1
|
|
|
1 |
gradio>=4.14.0
|
2 |
python-dotenv>=1.0.0
|
3 |
langchain>=0.1.0
|
4 |
+
langchain-community==0.1.4
|
5 |
langchain-groq>=0.1.1
|
6 |
cohere>=4.37
|
7 |
qdrant-client>=1.7.0
|
8 |
+
requests>=2.31.0
|
|