-
Notifications
You must be signed in to change notification settings - Fork 806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add local file system connector for unstructured-ingest #399
Conversation
Seems pretty close. Some comments: Some comments:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
unstructured/ingest/main.py
Outdated
default=None, | ||
help="A comma-separated list of file globs to limit which types of local files are accepted," | ||
" e.g. '*.html,*.txt'", | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's move the --local options above --remote-url
The following parameters have been added to unstructured-ingest to support bulk processing a directory of files in the local file system.
--local-input-path
--local-recursive
--local-file-glob