Vizznu19 commited on
Commit
9061f91
·
verified ·
1 Parent(s): 46bef61

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ langchain>=0.1.14
2
+ langchain-community>=0.0.28
3
+ openai>=1.22.0
4
+ chromadb>=0.4.24
5
+ faiss-cpu>=1.7.4
6
+ sentence-transformers>=2.7.0
7
+ tiktoken>=0.5.1
8
+ groq>=0.4.2
9
+ gradio>=4.26.0
10
+ PyMuPDF>=1.23.20