Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
kuzu
|
2 |
-
llama-index
|
3 |
-
llama-index-graph-stores-kuzu
|
4 |
-
llama-index-llms-openai
|
5 |
pypdf
|
6 |
pyvis
|
7 |
html2text
|
8 |
umap-learn
|
9 |
-
|
10 |
-
llama-index-
|
|
|
|
|
|
|
11 |
pandas
|
12 |
plotly
|
|
|
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
|