Logo
Type aliases

LlamaExtractSettings

LlamaExtractSettings = object

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

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:4220

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:4224

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:4228

The maximum number of pages allowed for the document.


chunk_mode?

optional chunk_mode: ChunkMode

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

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:4236

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:4240

The configuration for the extraction agent.

Index Signature

[key: string]: StructParseConf


use_multimodal_extraction?

optional use_multimodal_extraction: boolean

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


llama_parse_params?

optional llama_parse_params: LlamaParseParameters

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

LlamaParse related settings.