Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
streamlit==1.32.0
|
| 2 |
-
langchain==0.1.
|
| 3 |
-
langchain-openai==0.1.
|
| 4 |
langchain-community==0.0.38
|
| 5 |
-
openai==1.
|
| 6 |
faiss-cpu==1.8.0
|
| 7 |
-
pypdf==4.
|
| 8 |
-
unstructured==0.
|
| 9 |
-
python-magic==0.4.
|
| 10 |
-
tiktoken==0.
|
|
|
|
| 1 |
streamlit==1.32.0
|
| 2 |
+
langchain==0.1.20
|
| 3 |
+
langchain-openai==0.1.9
|
| 4 |
langchain-community==0.0.38
|
| 5 |
+
openai==1.30.0
|
| 6 |
faiss-cpu==1.8.0
|
| 7 |
+
pypdf==4.2.0
|
| 8 |
+
unstructured==0.13.0
|
| 9 |
+
python-magic==0.4.27
|
| 10 |
+
tiktoken==0.7.0
|