mic3333 commited on
Commit
68b0ce2
·
verified ·
1 Parent(s): c4848ed

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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