-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change 'use Ingest instead' recommendation from caution to informativ…
…e note (#237)
- Loading branch information
1 parent
ff1b226
commit 928e192
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
<Warning> | ||
<Info> | ||
Unstructured recommends that you use the [Unstructured Ingest CLI](/ingestion/overview#unstructured-ingest-cli) or the | ||
[Unstructured Ingest Python library](/ingestion/overview#unstructured-ingest-python-library) instead. | ||
[Unstructured Ingest Python library](/ingestion/overview#unstructured-ingest-python-library) if any of the following apply | ||
to you: | ||
|
||
The Ingest CLI and Ingest Python library provide faster processing of larger individual files, | ||
and faster and easier processing of multiple files at a time in batches. | ||
</Warning> | ||
- You need to work with documents in cloud storage. | ||
- You want faster processing of larger individual files. | ||
- You want to process multiple files in batches. | ||
</Info> |