brunhild217 commited on
Commit
34dc2a8
1 Parent(s): 9f27fb8

update requirements.txt to allow for using pdf files in the upload (#1)

Browse files

- update requirements.txt to allow for using pdf files in the upload (dcd41da7254b81ad064bbccf293435ea437d136a)

Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -5,4 +5,6 @@ openai
5
  gradio
6
  chromadb
7
  tiktoken
8
- unstructured
 
 
 
5
  gradio
6
  chromadb
7
  tiktoken
8
+ unstructured
9
+ unstructured[pdf]
10
+ poppler-utils