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