Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
streamlit
|
| 2 |
langchain
|
| 3 |
-
|
| 4 |
-
faiss
|
| 5 |
google-generativeai
|
| 6 |
-
|
| 7 |
PyPDF2
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
langchain
|
| 3 |
+
langchain_community
|
| 4 |
+
faiss-cpu
|
| 5 |
google-generativeai
|
| 6 |
+
langchain_google_genai
|
| 7 |
PyPDF2
|
| 8 |
+
langchain_text_splitters
|
| 9 |
+
nest_asyncio
|