Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
llama-parse
|
11 |
+
streamlit
|
12 |
+
gradio
|
13 |
+
groq
|