johannes123213 commited on
Commit
e0d5650
1 Parent(s): 9401f4e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -11
requirements.txt CHANGED
@@ -1,11 +1,10 @@
1
- python -m pip install python-dotenv
2
- pip install langchain
3
- #pip install torch
4
- pip install PyPDF2
5
- pip install huggingface-hub
6
- pip install faiss-cpu
7
- pip install langchain
8
- pip install pypdf
9
- pip tiktoken
10
- pip install InstructorEmbedding
11
- pip install sentence-transformers
 
1
+ python-dotenv
2
+ langchain
3
+ torch
4
+ PyPDF2
5
+ faiss-cpu
6
+ langchain
7
+ pypdf
8
+ tiktoken
9
+ InstructorEmbedding
10
+ sentence-transformers