lrenzoha commited on
Commit
562820b
1 Parent(s): 202e2a9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -1
requirements.txt CHANGED
@@ -1,4 +1,10 @@
 
1
  streamlit
2
  llama_index
3
  transformers
4
- PyPDF2
 
 
 
 
 
 
1
+ openai
2
  streamlit
3
  llama_index
4
  transformers
5
+ PyPDF2
6
+ tiktoken
7
+ chromadb
8
+ langchain
9
+ unstructured
10
+ unstructured[local-inference]