DrishtiSharma commited on
Commit
09d6673
1 Parent(s): 6a7a942

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -0
requirements.txt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ langchain
2
+ #==0.0.184
3
+ PyPDF2==3.0.1
4
+ python-dotenv==1.0.0
5
+ streamlit==1.18.1
6
+ openai==0.27.6
7
+ faiss-cpu==1.7.4
8
+ altair==4
9
+ tiktoken==0.4.0
10
+ # uncomment to use huggingface llms
11
+ huggingface-hub==0.14.1
12
+ llama-cpp-python
13
+ #==0.1.83
14
+ fire
15
+ gigachain
16
+
17
+ # uncomment to use instructor embeddings
18
+ InstructorEmbedding==1.0.1
19
+ sentence-transformers==2.2.2