meidkad commited on
Commit
aab7d29
·
verified ·
1 Parent(s): ad299b1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -9,5 +9,5 @@ unstructured==0.14.4 # Document loading
9
  chromadb==0.5.0 # Vector storage
10
  openai==1.31.1 # For embeddings
11
  tiktoken==0.7.0 # For embeddings
12
-
13
  # install markdown depenendies with: `pip install "unstructured[md]"` after install the requirements file. Leave this line commented out.
 
9
  chromadb==0.5.0 # Vector storage
10
  openai==1.31.1 # For embeddings
11
  tiktoken==0.7.0 # For embeddings
12
+ unstructured[md]
13
  # install markdown depenendies with: `pip install "unstructured[md]"` after install the requirements file. Leave this line commented out.