Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
gradio>=3.19.0
|
| 2 |
-
langchain
|
| 3 |
chromadb>=0.3.9
|
| 4 |
unidecode>=1.1.2
|
| 5 |
pypdf2>=1.26.0
|
|
|
|
| 6 |
requests>=2.28.1
|
| 7 |
langchain-community
|
|
|
|
| 1 |
gradio>=3.19.0
|
| 2 |
+
langchain
|
| 3 |
chromadb>=0.3.9
|
| 4 |
unidecode>=1.1.2
|
| 5 |
pypdf2>=1.26.0
|
| 6 |
+
pydantic==1.10.7
|
| 7 |
requests>=2.28.1
|
| 8 |
langchain-community
|