Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -7,3 +7,6 @@ langchain_community>=0.0.6,<0.2
|
|
7 |
langchain>=0.0.312,<1.0
|
8 |
langchain_core>=0.1.0,<1.0
|
9 |
python-dotenv>=1.0.0,<2.0
|
|
|
|
|
|
|
|
7 |
langchain>=0.0.312,<1.0
|
8 |
langchain_core>=0.1.0,<1.0
|
9 |
python-dotenv>=1.0.0,<2.0
|
10 |
+
pydantic==1.10.2
|
11 |
+
chromadb --upgrade
|
12 |
+
|