mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-05 08:02:48 +00:00
11 lines
309 B
Bash
11 lines
309 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
unstructured-ingest \
|
||
|
mongodb \
|
||
|
--metadata-exclude filename,file_directory,metadata.data_source.date_processed \
|
||
|
--uri "<MongoDB uri>" \
|
||
|
--database "<MongoDB Database Name>" \
|
||
|
--collection "<MongoDB Collection name>" \
|
||
|
--output-dir mongodb-ingest-output \
|
||
|
--num-processes 2
|