LlamaExtractSettings
LlamaExtractSettings =
object
Defined in: packages/cloud/src/client/types.gen.ts:3043
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:3047
The maximum file size (in bytes) allowed for the document.
max_tokens?
optional
max_tokens:number
Defined in: packages/cloud/src/client/types.gen.ts:3051
The maximum number of tokens allowed for the document.
max_pages?
optional
max_pages:number
Defined in: packages/cloud/src/client/types.gen.ts:3055
The maximum number of pages allowed for the document.
chunk_mode?
optional
chunk_mode:ChunkMode
Defined in: packages/cloud/src/client/types.gen.ts:3059
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:3063
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:3067
The configuration for the extraction agent.
Index Signature
[key
: string
]: StructParseConf
llama_parse_params?
optional
llama_parse_params:LlamaParseParameters
Defined in: packages/cloud/src/client/types.gen.ts:3073
LlamaParse related settings.