Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
gradio
|
| 2 |
PyPDF2
|
| 3 |
-
langchain
|
| 4 |
langchain-core
|
| 5 |
langchain-community
|
| 6 |
-
langchain-classic
|
| 7 |
-
langchain-google-genai
|
| 8 |
langchain-text-splitters
|
| 9 |
faiss-cpu # or faiss-gpu if available
|
| 10 |
python-dotenv
|
|
|
|
| 1 |
gradio
|
| 2 |
PyPDF2
|
| 3 |
+
langchain
|
| 4 |
langchain-core
|
| 5 |
langchain-community
|
| 6 |
+
langchain-classic
|
| 7 |
+
langchain-google-genai
|
| 8 |
langchain-text-splitters
|
| 9 |
faiss-cpu # or faiss-gpu if available
|
| 10 |
python-dotenv
|