Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
pinecone-client
|
2 |
-
python-dotenv
|
3 |
-
llama-index
|
4 |
-
llama_index.embeddings.huggingface
|
5 |
-
llama-index.llms.huggingface
|
6 |
-
llama-index.vector-stores.pinecone
|
7 |
-
streamlit
|
8 |
uvicorn
|
|
|
1 |
+
pinecone-client
|
2 |
+
python-dotenv
|
3 |
+
llama-index
|
4 |
+
llama_index.embeddings.huggingface
|
5 |
+
llama-index.llms.huggingface-api
|
6 |
+
llama-index.vector-stores.pinecone
|
7 |
+
streamlit
|
8 |
uvicorn
|