Spaces:
Sleeping
Sleeping
RAG llamaindex update
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
safetensors
|
| 10 |
-
gradio
|
| 11 |
-
requests
|
|
|
|
| 1 |
+
llama-index
|
| 2 |
+
llama-index-llms-huggingface
|
| 3 |
+
llama-index-embeddings-huggingface
|
| 4 |
+
llama-index-embeddings-huggingface-api
|
| 5 |
+
-U transformers
|
| 6 |
+
-U bitsandbytes
|
| 7 |
+
-U llama-index-vector-stores-elasticsearch
|
| 8 |
+
gradio
|
|
|
|
|
|
|
|
|