Github
Preparing search index...
The search index is not available
Trieve Typescript SDK - v0.0.122
Trieve Typescript SDK
types.gen
SegmentationStrategy
Type Alias SegmentationStrategy
Segmentation
Strategy
:
"LayoutAnalysis"
|
"Page"
Controls the segmentation strategy:
LayoutAnalysis
: Analyzes pages for layout elements (e.g.,
Table
,
Picture
,
Formula
, etc.) using bounding boxes. Provides fine-grained segmentation and better chunking. (Latency penalty: ~TBD seconds per page).
Page
: Treats each page as a single segment. Faster processing, but without layout element detection and only simple chunking.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Github
Trieve Typescript SDK - v0.0.122
Loading...
Controls the segmentation strategy:
LayoutAnalysis
: Analyzes pages for layout elements (e.g.,Table
,Picture
,Formula
, etc.) using bounding boxes. Provides fine-grained segmentation and better chunking. (Latency penalty: ~TBD seconds per page).Page
: Treats each page as a single segment. Faster processing, but without layout element detection and only simple chunking.