Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -7,6 +7,7 @@ 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
|
10 |
-
pydantic
|
11 |
-
|
|
|
12 |
|
|
|
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>=2.0
|
11 |
+
chromadb
|
12 |
+
pydantic-settings
|
13 |
|