Script
The path to a Lua script to use for extractive or generative question answering. This parameter applies only when Type is set to ExtractiveQuestionAnsweringLua
or GenerativeLua
.
For information about how to create the question answering script, see Create a Question Answering Lua Script.
Type: | String |
Default: | |
Required: | Yes, when Type is set to ExtractiveQuestionAnsweringLua or GenerativeLua |
Configuration Section: | MyLLMModule |
Example: | Script=answerserver/scripts/extractive_script.lua
|
See Also: |