Logo
Type aliases

LlamaExtractSettings

LlamaExtractSettings = object

Defined in: packages/cloud/src/client/types.gen.ts:4561

All settings for the extraction agent. Only the settings in ExtractConfig are exposed to the user.

Properties

max_file_size?

optional max_file_size: number

Defined in: packages/cloud/src/client/types.gen.ts:4565

The maximum file size (in bytes) allowed for the document.


max_file_size_ui?

optional max_file_size_ui: number

Defined in: packages/cloud/src/client/types.gen.ts:4569

The maximum file size (in bytes) allowed for the document.


max_pages?

optional max_pages: number

Defined in: packages/cloud/src/client/types.gen.ts:4573

The maximum number of pages allowed for the document.


chunk_mode?

optional chunk_mode: ChunkMode

Defined in: packages/cloud/src/client/types.gen.ts:4577

The mode to use for chunking the document.


max_chunk_size?

optional max_chunk_size: number

Defined in: packages/cloud/src/client/types.gen.ts:4581

The maximum size of the chunks (in tokens) to use for chunking the document.


extraction_agent_config?

optional extraction_agent_config: object

Defined in: packages/cloud/src/client/types.gen.ts:4585

The configuration for the extraction agent.

Index Signature

[key: string]: StructParseConf


use_multimodal_parsing?

optional use_multimodal_parsing: boolean

Defined in: packages/cloud/src/client/types.gen.ts:4591

Whether to use experimental multimodal parsing.


use_pixel_extraction?

optional use_pixel_extraction: boolean

Defined in: packages/cloud/src/client/types.gen.ts:4595

Whether to use extraction over pixels for multimodal mode.


llama_parse_params?

optional llama_parse_params: LlamaParseParameters

Defined in: packages/cloud/src/client/types.gen.ts:4599

LlamaParse related settings.