Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
Extensions
Extensions
Inactive
0
Follow
d
dean
6 months ago
ยท
What is the default behaviour of load_data() on SimpleDirectoryReader Surprised to see it return 9 items from a directory with just one readme.md file! required_exts is just .md is it auto parsing into markdown nodes?
L
d
3 comments
Share
Open in Discord
L
Logan M
6 months ago
Every file extension has its own loader. Some loaders make some decision on how to best split into document objects
You can always write your own loader for certain types and use it with simple directory reader
d
dean
6 months ago
I see. I did notice a Markdown Loader on the llamahub
L
Logan M
6 months ago
https://github.com/run-llama/llama_index/blob/b26112b02be29eed82fc2b808eaf55bc51e472c7/llama-index-core/llama_index/core/readers/file/base.py#L68
Add a reply
Sign up and join the conversation on Discord
Join on Discord