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.
Note: CHECKREQUESTEMBEDDINGS is available as of WorkflowGen version 10.0.1 (v10 Preview 2).
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 |