Script
The path to a Lua script to use to generate the embeddings that passage extractor sends to the IDOL Content component to retrieve candidate documents. This parameter applies only when Type is set to Lua
or Python
.
For information about how to create the embedding generation script, see Create an Embedding Generation Lua Script and Create an Embedding Generation Python Script.
Type: | String |
Default: | |
Required: | Yes, when Type is set to Lua or Python |
Configuration Section: | MyEmbedding |
Example: | Script=answerserver/scripts/embeddings_script.lua
|
See Also: |