Skip to content

Commit 122c8cf

Browse files
committed
update
1 parent f06f4ed commit 122c8cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/agno/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ pdf = ["pypdf", "rapidocr_onnxruntime"]
130130
docx = ["python-docx"]
131131
text = ["aiofiles"]
132132
csv = ["aiofiles"]
133+
markdown = ["unstructured", "aiofiles"]
133134

134135
# Dependencies for Embedders
135136
huggingface = [
@@ -221,7 +222,8 @@ knowledge = [
221222
"agno[pdf]",
222223
"agno[docx]",
223224
"agno[text]",
224-
"agno[csv]"
225+
"agno[csv]",
226+
"agno[markdown]"
225227
]
226228

227229
# All embedders

0 commit comments

Comments
 (0)