Skier8402 commited on
Commit
e8cc327
1 Parent(s): e397da6

Create requirements.txt

Browse files

For the mistral implementation

Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-cpufaiss-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