Initial Draft
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.30.0
|
2 |
+
weaviate-client
|
3 |
+
pypdf
|
4 |
+
langchain
|
5 |
+
openai
|
6 |
+
plotly
|
7 |
+
pandas
|
8 |
+
scikit-learn
|
9 |
+
openpyxl
|
10 |
+
bs4
|
11 |
+
numpy
|
12 |
+
sentence-transformers
|