Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
langchain==0.
|
| 2 |
PyPDF2==3.0.1
|
| 3 |
python-dotenv==1.0.0
|
| 4 |
streamlit==1.18.1
|
|
@@ -6,7 +6,8 @@ faiss-cpu==1.7.4
|
|
| 6 |
altair==4
|
| 7 |
tiktoken==0.4.0
|
| 8 |
|
| 9 |
-
pydantic==
|
|
|
|
| 10 |
# uncomment to use huggingface llms
|
| 11 |
huggingface-hub==0.14.1
|
| 12 |
|
|
|
|
| 1 |
+
langchain==0.1.5
|
| 2 |
PyPDF2==3.0.1
|
| 3 |
python-dotenv==1.0.0
|
| 4 |
streamlit==1.18.1
|
|
|
|
| 6 |
altair==4
|
| 7 |
tiktoken==0.4.0
|
| 8 |
|
| 9 |
+
pydantic==2.6.1
|
| 10 |
+
python==3.10.4
|
| 11 |
# uncomment to use huggingface llms
|
| 12 |
huggingface-hub==0.14.1
|
| 13 |
|