Poojashetty357 commited on
Commit
47b1d28
·
verified ·
1 Parent(s): e5a918b

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ langchain==0.1.20
2
+ langgraph==0.0.38
3
+ langchain-openai==0.1.7
4
+ openai>=1.24.0,<2.0.0
5
+ gradio==4.29.0
6
+ requests==2.31.0
7
+ python-dotenv==1.0.1
8
+ matplotlib==3.8.4
9
+ PyMuPDF==1.24.4
10
+ langchain_community
11
+ faiss-cpu
12
+