1MR commited on
Commit
5e6cda6
·
verified ·
1 Parent(s): 99c5a79

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -4,7 +4,6 @@ transformers==4.40.0 # or another compatible version
4
  sentence-transformers==2.2.2
5
  langchain_community
6
  PyPDF2==3.0.1
7
- #InstructorEmbedding
8
  #python-dotenv==1.0.0
9
  streamlit==1.18.1
10
  openai==0.27.6
@@ -13,6 +12,8 @@ altair==4
13
  tiktoken==0.4.0
14
  pydantic>=2.0
15
  huggingface_hub
 
 
16
 
17
 
18
 
 
4
  sentence-transformers==2.2.2
5
  langchain_community
6
  PyPDF2==3.0.1
 
7
  #python-dotenv==1.0.0
8
  streamlit==1.18.1
9
  openai==0.27.6
 
12
  tiktoken==0.4.0
13
  pydantic>=2.0
14
  huggingface_hub
15
+ InstructorEmbedding
16
+
17
 
18
 
19