jeremierostan commited on
Commit
c577448
·
verified ·
1 Parent(s): 8aa7e36

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ gradio==4.19.2
2
+ pdfminer.six==20231228
3
+ langchain-groq==0.0.5
4
+ langchain-google-genai==0.0.9
5
+ langchain==0.1.9
6
+ faiss-cpu==1.7.4
7
+ langchain-openai==0.0.5
8
+ openai==1.12.0
9
+ markdown2==2.4.12