MaxGit32 commited on
Commit
126520b
·
1 Parent(s): 90a7b98

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ langchain
2
+ PyPDF2
3
+ python-dotenv
4
+ faiss-cpu
5
+ torch
6
+ # uncomment to use huggingface llms
7
+ huggingface-hub
8
+ # uncomment to use instructor embeddings
9
+ InstructorEmbedding
10
+ sentence-transformers