PuneethReddy commited on
Commit
46fbff0
·
verified ·
1 Parent(s): f209110

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -1
requirements.txt CHANGED
@@ -1 +1,14 @@
1
- huggingface_hub==0.22.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ huggingface_hub==0.22.2
2
+ langchain==0.0.335
3
+ PyPDF2==3.0.1
4
+ python-dotenv==1.0.0
5
+ streamlit==1.28.2
6
+ openai==1.2.4
7
+ faiss-cpu==1.7.4
8
+ altair==5.1.2
9
+ tiktoken==0.5.1
10
+ black==23.11.0
11
+ # uncomment to use instructor embeddings
12
+ InstructorEmbedding==1.0.1
13
+ sentence-transformers==2.2.2
14
+ transformers