Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas==2.1.4
|
2 |
+
plotly==5.18.0
|
3 |
+
dash==2.17.1
|
4 |
+
dash-bootstrap-components==1.5.0
|
5 |
+
numpy==1.24.3
|
6 |
+
openpyxl==3.1.2
|
7 |
+
|
8 |
+
# Langchain and AI components
|
9 |
+
langchain==0.1.0
|
10 |
+
sentence-transformers==2.2.2
|
11 |
+
faiss-cpu==1.7.4
|
12 |
+
transformers==4.36.0
|
13 |
+
torch==2.1.0
|
14 |
+
tokenizers==0.15.0
|
15 |
+
|
16 |
+
# Additional utilities
|
17 |
+
python-dotenv==1.0.0
|