Skip to content

Commit

Permalink
refactor: operators.md documents -> items
Browse files Browse the repository at this point in the history
  • Loading branch information
garuna-m6 committed Oct 14, 2024
1 parent bcd4e8c commit 283f79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Operators in DocETL are designed for semantically processing unstructured data.

## Overview

- Datasets contain documents, where a document is an object in the JSON list, with fields and values.
- Datasets contain items, where a item is an object in the JSON list, with fields and values. An item here could be simple text chunk or a document reference.
- DocETL provides several operators, each tailored for specific unstructured data processing tasks.
- By default, operations are parallelized on your data using multithreading for improved performance.

Expand Down

0 comments on commit 283f79b

Please sign in to comment.