Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- data/requirements.txt +13 -0
data/requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
kuzu==0.0.6
|
2 |
+
llama-index==0.9.48
|
3 |
+
pypdf
|
4 |
+
pyvis
|
5 |
+
html2text
|
6 |
+
umap-learn
|
7 |
+
streamlit
|
8 |
+
#llama-index-llms-openai
|
9 |
+
#llama-index-readers-web
|
10 |
+
#llama-index-graph-stores-kuzu
|
11 |
+
#llama-index-embeddings-openai
|
12 |
+
pandas
|
13 |
+
plotly
|