Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
@@ -1 +1,12 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
docx2txt
|
2 |
+
python-pptx
|
3 |
+
torch
|
4 |
+
pillow
|
5 |
+
llama-index
|
6 |
+
llama-index-llms-ollama
|
7 |
+
llama-index-llms-groq
|
8 |
+
llama-index-embeddings-huggingface
|
9 |
+
llama-index-vector-stores-chroma
|
10 |
+
streamlit
|
11 |
+
gradio
|
12 |
+
groq
|