NLP

NLP configuration reference for setting full prompt parameters across all LLM-based methods, including nlpTable, list, and pageRange options at the config level.

Configures the full prompt for all LLM-based methods in a config. For information about configuring the full prompt, see Advanced LLM prompt configuration.

Parameters
Examples
Notes

Parameters

The following parameters are available both on the config level and for each individual field through the method's parameters. Setting a parameter at the method level overrides it at the config level.

keyvaluedescription
type (required)nlp
nlpTableobjectParameters:
- rewriteTable
- pageSpanThreshold
- detectTableStructureOnly
-annotateSuperscriptAndSubscript
- (Deprecated) promptIntroduction
For information about these parameters, see NLP Table.
listobjectParameters:
- llmEngine
For information about these parameters, see List.
pageRangeFor information about this parameter, see the reference topic for each LLM-based method.
(Deprecated) query
(Deprecated) chunkSize
(Deprecated) chunkOverlapPercentage
(Deprecated) contextDescription

Did this page help you?