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.
|
| 5 |
-
openai=
|
| 6 |
faiss-cpu==1.8.0
|
| 7 |
-
pypdf==4.
|
| 8 |
-
unstructured==0.
|
| 9 |
python-magic==0.4.27
|
| 10 |
-
tiktoken==0.
|
|
|
|
| 1 |
streamlit==1.32.0
|
| 2 |
+
langchain==0.1.16
|
| 3 |
+
langchain-openai==0.1.3
|
| 4 |
+
langchain-community==0.0.34
|
| 5 |
+
openai>=1.30.0
|
| 6 |
faiss-cpu==1.8.0
|
| 7 |
+
pypdf==4.1.0
|
| 8 |
+
unstructured==0.12.5
|
| 9 |
python-magic==0.4.27
|
| 10 |
+
tiktoken==0.6.0
|