Spaces:
Runtime error
Runtime error
Update requirement.txt
Browse files- requirement.txt +2 -4
requirement.txt
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
faiss-cpu
|
2 |
groq
|
3 |
-
|
4 |
PyPDF2
|
5 |
langchain_google_genai
|
6 |
langchain
|
7 |
streamlit
|
8 |
langchain_community
|
9 |
-
langchain_groq
|
10 |
python-dotenv
|
11 |
pypdf
|
12 |
-
google-cloud-aiplatform>=1.38
|
13 |
-
langchain_groq
|
|
|
1 |
faiss-cpu
|
2 |
groq
|
3 |
+
langchain_groq
|
4 |
PyPDF2
|
5 |
langchain_google_genai
|
6 |
langchain
|
7 |
streamlit
|
8 |
langchain_community
|
|
|
9 |
python-dotenv
|
10 |
pypdf
|
11 |
+
google-cloud-aiplatform>=1.38
|
|