Ubai commited on
Commit
d185f35
·
verified ·
1 Parent(s): b9702e6

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ pypdf2
3
+ langchain
4
+ python-dotenv
5
+ faiss-cpu
6
+ openai
7
+ huggingface-hub==0.14.1
8
+ InstructorEmbedding==1.0.1
9
+ sentence-transformers==2.2.2