PebinAPJ commited on
Commit
9b35a65
·
verified ·
1 Parent(s): ae83252

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -10
requirements.txt CHANGED
@@ -1,14 +1,12 @@
1
- langchain
2
- PyPDF2
3
- python-dotenv
4
  streamlit
5
- openai
6
- faiss-cpu
 
 
 
 
7
  altair
8
  tiktoken
9
- huggingface-hub
10
- InstructorEmbedding
11
- sentence-transformers
12
  torch
13
- langchain-community
14
- langchain-huggingface
 
 
 
 
1
  streamlit
2
+ python-dotenv
3
+ PyPDF2
4
+ langchain
5
+ langchain-huggingface
6
+ langchain-community
7
+ faiss-cpu # or faiss-gpu
8
  altair
9
  tiktoken
 
 
 
10
  torch
11
+ InstructorEmbedding
12
+