Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
# requirements.txt
|
2 |
streamlit==1.33.0
|
3 |
openai==1.30.2
|
4 |
-
langchain==0.1.19
|
5 |
-
langchain-community==0.0.
|
6 |
-
langchain-openai==0.
|
7 |
pymupdf==1.24.3
|
8 |
pdfplumber==0.11.0
|
9 |
faiss-cpu==1.8.0
|
|
|
1 |
# requirements.txt
|
2 |
streamlit==1.33.0
|
3 |
openai==1.30.2
|
4 |
+
langchain==0.1.19
|
5 |
+
langchain-community==0.0.29 # Corrected version
|
6 |
+
langchain-openai==0.0.8 # Compatible version
|
7 |
pymupdf==1.24.3
|
8 |
pdfplumber==0.11.0
|
9 |
faiss-cpu==1.8.0
|