Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
pip install --upgrade pip
|
2 |
-
|
3 |
faiss-gpu
|
4 |
gradio
|
5 |
langchain==0.1.14
|
|
|
1 |
pip install --upgrade pip
|
2 |
+
pip install -U langchain-community
|
3 |
faiss-gpu
|
4 |
gradio
|
5 |
langchain==0.1.14
|