Dua Rajper commited on
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
streamlit
|
| 2 |
langchain
|
| 3 |
-
langchain-community #
|
| 4 |
PyPDF2
|
| 5 |
python-dotenv
|
| 6 |
faiss-cpu
|
|
@@ -10,3 +10,4 @@ sentence-transformers
|
|
| 10 |
pydantic
|
| 11 |
langchain_groq
|
| 12 |
groq
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
langchain
|
| 3 |
+
langchain-community # ✅ Fix for missing module error
|
| 4 |
PyPDF2
|
| 5 |
python-dotenv
|
| 6 |
faiss-cpu
|
|
|
|
| 10 |
pydantic
|
| 11 |
langchain_groq
|
| 12 |
groq
|
| 13 |
+
|