Update requirements.txt
Browse files- 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.
|