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