Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -12
requirements.txt
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
trafilatura
|
8 |
-
beautifulsoup4
|
9 |
-
nltk
|
10 |
-
tiktoken
|
11 |
-
gradio
|
12 |
-
together
|
|
|
1 |
+
llama-index \
|
2 |
+
llama-index-llms-together \
|
3 |
+
llama-index-vector-stores-qdrant \
|
4 |
+
llama-index-embeddings-huggingface \
|
5 |
+
qdrant-client \
|
6 |
+
gradio
|
|
|
|
|
|
|
|
|
|
|
|