Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
streamlit==1.33.0
|
2 |
openai==1.30.1
|
3 |
-
langchain==0.2.0
|
4 |
-
langchain-
|
5 |
-
langchain-
|
6 |
pymupdf==1.24.3
|
7 |
pdfplumber==0.11.0
|
8 |
faiss-cpu==1.8.0
|
|
|
1 |
streamlit==1.33.0
|
2 |
openai==1.30.1
|
3 |
+
langchain-community==0.2.0
|
4 |
+
langchain-core==0.2.0
|
5 |
+
langchain-openai==0.1.7
|
6 |
pymupdf==1.24.3
|
7 |
pdfplumber==0.11.0
|
8 |
faiss-cpu==1.8.0
|