Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -5,4 +5,5 @@ python-dotenv==1.0.0
|
|
| 5 |
openai==0.28.0 # For compatibility with OpenAI API
|
| 6 |
numpy==1.26.3
|
| 7 |
pypdf
|
| 8 |
-
langchain-community
|
|
|
|
|
|
| 5 |
openai==0.28.0 # For compatibility with OpenAI API
|
| 6 |
numpy==1.26.3
|
| 7 |
pypdf
|
| 8 |
+
langchain-community
|
| 9 |
+
llama-index-experimental
|