Shubhamtribhuwan17 commited on
Commit
a994e59
1 Parent(s): b684da5

Create requirements.txt

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