ulascelenk commited on
Commit
6534fe5
·
verified ·
1 Parent(s): 8f391a0

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jupyterlab==4.2.4
2
+ notebook==7.2.2
3
+ langchain==0.2.11
4
+ langchain-openai==0.1.17
5
+ python-dotenv==1.0.1
6
+ langchain-community==0.2.10
7
+ langchain_chroma==0.1.4
8
+ unstructured==0.15.0
9
+ pandas==2.2.3
10
+ transformers==4.46.1
11
+ torch==2.5.1
12
+ scikit_learn==1.5.2
13
+ streamlit==1.39.0