Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -14
requirements.txt
CHANGED
|
@@ -1,16 +1,15 @@
|
|
| 1 |
streamlit==1.28.0
|
| 2 |
-
chromadb==0.4.
|
| 3 |
-
langchain==0.1.
|
| 4 |
-
langchain-community==0.0.
|
| 5 |
-
openai==1.
|
| 6 |
-
|
| 7 |
PyPDF2==3.0.1
|
| 8 |
-
python-dotenv==1.0.
|
| 9 |
-
pandas==2.
|
| 10 |
-
plotly==5.
|
| 11 |
-
networkx==3.2
|
| 12 |
-
pydantic==2.
|
| 13 |
-
tiktoken==0.
|
| 14 |
-
numpy==1.
|
| 15 |
-
scikit-learn==1.
|
| 16 |
-
faiss-cpu==1.7.4
|
|
|
|
| 1 |
streamlit==1.28.0
|
| 2 |
+
chromadb==0.4.22
|
| 3 |
+
langchain==0.1.16
|
| 4 |
+
langchain-community==0.0.38
|
| 5 |
+
langchain-openai==0.1.6
|
| 6 |
+
openai==1.23.0
|
| 7 |
PyPDF2==3.0.1
|
| 8 |
+
python-dotenv==1.0.1
|
| 9 |
+
pandas==2.2.1
|
| 10 |
+
plotly==5.20.0
|
| 11 |
+
networkx==3.2.1
|
| 12 |
+
pydantic==2.7.0
|
| 13 |
+
tiktoken==0.6.0
|
| 14 |
+
numpy==1.26.4
|
| 15 |
+
scikit-learn==1.4.2
|
|
|