exportTextModel - How does the 'litiChunkSize' parameter function for CONCEPT models?

Réponse

The 'litiChunkSize' parameter specifies the size of chunks used when processing a document. The default is "32K". A value of "ALL" specifies that chunking is not performed and the entire document is loaded at once, which may affect memory usage for large documents.
Did this answer help you?