Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
faiss-cpu==1.8.0.post1
|
2 |
fastapi==0.111.1
|
3 |
pydantic
|
|
|
4 |
langchain-community==0.2.7
|
5 |
langchain-google-genai==1.0.7
|
6 |
google-generativeai
|
|
|
1 |
faiss-cpu==1.8.0.post1
|
2 |
fastapi==0.111.1
|
3 |
pydantic
|
4 |
+
pydantic-settings
|
5 |
langchain-community==0.2.7
|
6 |
langchain-google-genai==1.0.7
|
7 |
google-generativeai
|