Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
faiss-cpu==1.8.0.post1
|
2 |
fastapi==0.111.1
|
3 |
-
|
4 |
-
httptools==0.6.1
|
5 |
langchain-community==0.2.7
|
6 |
langchain-google-genai==1.0.7
|
7 |
-
|
8 |
-
pypdf2==3.0.1
|
9 |
python-dotenv==1.0.1
|
10 |
-
streamlit==1.36.0
|
11 |
watchfiles==0.22.0
|
12 |
websockets==12.0
|
|
|
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
|
|
|
7 |
python-dotenv==1.0.1
|
|
|
8 |
watchfiles==0.22.0
|
9 |
websockets==12.0
|