Spaces:
Sleeping
Sleeping
Commit
·
bf9add2
1
Parent(s):
293b9a3
Update to latest dependencies and add pydantic-settings
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -3,8 +3,9 @@ openai==1.6.1
|
|
3 |
python-dotenv==1.0.0
|
4 |
PyPDF2==3.0.1
|
5 |
langchain==0.0.352
|
6 |
-
chromadb==0.
|
7 |
-
pydantic==
|
|
|
8 |
azure-storage-blob==12.19.0
|
9 |
numpy==1.22.4
|
10 |
duckdb==0.9.2
|
|
|
3 |
python-dotenv==1.0.0
|
4 |
PyPDF2==3.0.1
|
5 |
langchain==0.0.352
|
6 |
+
chromadb==0.4.18
|
7 |
+
pydantic==2.5.2
|
8 |
+
pydantic-settings==2.1.0
|
9 |
azure-storage-blob==12.19.0
|
10 |
numpy==1.22.4
|
11 |
duckdb==0.9.2
|