Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
fastapi
|
2 |
-
|
|
|
3 |
uvicorn
|
4 |
langchain
|
5 |
faiss-cpu
|
|
|
1 |
fastapi
|
2 |
+
langchain>=0.1.0
|
3 |
+
pydantic>=2.0
|
4 |
uvicorn
|
5 |
langchain
|
6 |
faiss-cpu
|