abhinavyadav11 commited on
Commit
a8243df
·
verified ·
1 Parent(s): a449c1f

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pip freeze > requirements.txt #Use this to get all needed libraries
2
+
3
+
4
+
5
+ streamlit==1.20.0
6
+ pandas==1.5.3
7
+ uuid==1.30
8
+ chromadb==0.3.5
9
+ langchain_groq==0.1.0
10
+ langchain_community==0.1.0
11
+ langchain_core==0.1.0
12
+ python-dotenv==1.0.0