Jonglee commited on
Commit
a3c2251
·
1 Parent(s): 0dea9ba

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ pip install openai langchain -q
2
+ pip install pypdf
3
+ pip install chromadb tiktoken -q