CHECKREQUESTEMBEDDINGS
The CHECKREQUESTEMBEDDINGS workflow application verifies if a request’s data fields have been indexed with embeddings, allowing workflows to branch conditionally based on indexing status.
Required parameter
Parameter
Type
Direction
Description
READY
TEXT
OUT
Possible values: Y
if all required embeddings are ready; N
otherwise
Optional parameters
Parameter
Type
Direction
Description
DATA_LIST
TEXT
IN
Comma- or semicolon-separated list of dataset names to check for embeddings/chunks
REQUEST_ID
NUMERIC
IN
The number of the request to check; If not provided, the process instance ID is used
Last updated