Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -18,4 +18,7 @@ requests==2.31.0
|
|
18 |
uvicorn==0.18.3
|
19 |
torch==2.0.1
|
20 |
torchvision==0.15.2
|
21 |
-
streamlit-chat
|
|
|
|
|
|
|
|
18 |
uvicorn==0.18.3
|
19 |
torch==2.0.1
|
20 |
torchvision==0.15.2
|
21 |
+
streamlit-chat
|
22 |
+
pydantic-settings==1.1.0 # Use specific versions
|
23 |
+
pydantic>=1.9.0
|
24 |
+
chromadb==0.4.1
|