Skip to content

Commit 928e192

Browse files
authored
Change 'use Ingest instead' recommendation from caution to informative note (#237)
1 parent ff1b226 commit 928e192

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
<Warning>
1+
<Info>
22
Unstructured recommends that you use the [Unstructured Ingest CLI](/ingestion/overview#unstructured-ingest-cli) or the
3-
[Unstructured Ingest Python library](/ingestion/overview#unstructured-ingest-python-library) instead.
3+
[Unstructured Ingest Python library](/ingestion/overview#unstructured-ingest-python-library) if any of the following apply
4+
to you:
45

5-
The Ingest CLI and Ingest Python library provide faster processing of larger individual files,
6-
and faster and easier processing of multiple files at a time in batches.
7-
</Warning>
6+
- You need to work with documents in cloud storage.
7+
- You want faster processing of larger individual files.
8+
- You want to process multiple files in batches.
9+
</Info>

0 commit comments

Comments
 (0)