Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,5 @@ streamlit==1.23.1
|
|
| 3 |
llama-index==0.6.7 # Adjust version to match your usage
|
| 4 |
python-dotenv==1.0.0
|
| 5 |
openai==0.28.0 # For compatibility with OpenAI API
|
| 6 |
-
numpy==1.26.3
|
|
|
|
|
|
| 3 |
llama-index==0.6.7 # Adjust version to match your usage
|
| 4 |
python-dotenv==1.0.0
|
| 5 |
openai==0.28.0 # For compatibility with OpenAI API
|
| 6 |
+
numpy==1.26.3
|
| 7 |
+
pypdf
|