Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.23.0
|
2 |
+
llama-index==0.6.0 # Adjust this version based on the actual version you are using
|
3 |
+
pdfplumber==0.7.0
|
4 |
+
python-docx==0.8.11
|
5 |
+
python-dotenv==1.0.0
|
6 |
+
openai==0.27.0 # Adjust if needed based on your OpenAI library version
|