Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
streamlit==1.23.0
|
2 |
-
pdfplumber
|
3 |
-
python-docx
|
4 |
-
python-dotenv
|
5 |
openai==0.27.0 # Adjust if needed based on your OpenAI library version
|
6 |
-
langchain-community
|
|
|
|
|
|
1 |
streamlit==1.23.0
|
2 |
+
pdfplumber
|
3 |
+
python-docx
|
4 |
+
python-dotenv
|
5 |
openai==0.27.0 # Adjust if needed based on your OpenAI library version
|
6 |
+
langchain-community
|
7 |
+
llama-index
|
8 |
+
llama-index-core
|