Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==6.4.0
|
| 2 |
+
llama-index==0.14.12
|
| 3 |
+
llama-index-vector-stores-qdrant
|
| 4 |
+
llama-index-postprocessor-cohere-rerank==0.5.1
|
| 5 |
+
llama-index-embeddings-huggingface==0.6.1
|
| 6 |
+
qdrant-client
|
| 7 |
+
cohere==5.18.0
|
| 8 |
+
openai
|
| 9 |
+
llama-index-llms-perplexity
|