Spaces:
Sleeping
Sleeping
Update requirements
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
gradio
|
|
|
2 |
huggingface-hub
|
3 |
python-dotenv
|
4 |
llama-index
|
@@ -6,7 +7,8 @@ llama-index-embeddings-huggingface
|
|
6 |
llama-index-llms-huggingface
|
7 |
sentence-transformers
|
8 |
langchain
|
9 |
-
faiss-cpu==1.
|
|
|
10 |
aina-gradio-theme
|
11 |
sentencepiece
|
12 |
|
|
|
1 |
+
gradio==5.23.0
|
2 |
+
|
3 |
huggingface-hub
|
4 |
python-dotenv
|
5 |
llama-index
|
|
|
7 |
llama-index-llms-huggingface
|
8 |
sentence-transformers
|
9 |
langchain
|
10 |
+
faiss-cpu==1.10.0
|
11 |
+
faiss-gpu==1.7.2
|
12 |
aina-gradio-theme
|
13 |
sentencepiece
|
14 |
|