Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain
|
| 2 |
+
langchain-google-genai
|
| 3 |
+
python-dotenv
|
| 4 |
+
streamlit
|
| 5 |
+
PyPDF2
|
| 6 |
+
faiss-cpu
|
| 7 |
+
langchain-community
|
| 8 |
+
fastapi
|
| 9 |
+
uvicorn
|