Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ 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
|
|
|
|
5 |
openai==0.27.0 # Adjust if needed based on your OpenAI library version
|
6 |
langchain-community
|
7 |
llama-index
|
8 |
+
llama-index-core
|
9 |
+
llama-index-embeddings-openai
|