David Potter 00f544f100
fix: improve doc code (#2920)
Improves the documentation code.
Standardizes unstructured api key
Replaces misc hard coded values
Replaces `azureunstructured1` with a generic value
2024-04-25 17:55:15 +00:00

9 lines
187 B
Bash

#!/usr/bin/env bash
unstructured-ingest \
azure \
--remote-url abfs://container1/ \
--account-name "$AZURE_ACCOUNT_NAME" \
--output-dir azure-ingest-output \
--num-processes 2