CatoG commited on
Commit
0815de2
·
verified ·
1 Parent(s): a596a48

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==4.44.0
2
+ langchain>=0.1.0
3
+ langchain-huggingface>=0.0.1
4
+ langchain-community>=0.0.20
5
+ huggingface_hub>=0.20.0
6
+ sentence-transformers>=2.2.0
7
+ chromadb>=0.4.22
8
+ pypdf>=3.17.0
9
+ pydantic>=2.0.0
10
+ torch>=2.0.0
11
+ transformers>=4.30.0