WLF_GEN_AI_RESOURCES
This table stores the details of the resources used to generate summary using Gen AI.
Details
-
Schema: FUSION
-
Object owner: WLF
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
WLF_GEN_AI_RESOURCES_PK |
GEN_AI_RESOURCE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| GEN_AI_RESOURCE_ID | NUMBER | 18 | Yes | System generated unique identifier. | |
| OBJECT_ID | NUMBER | 18 | Yes | Reference to the identifier of the resource object. | |
| FAMILY | VARCHAR2 | 80 | Specifies the product family associated with the resource. | ||
| INPUT_SOURCE | VARCHAR2 | 30 | Specifies the input source for the object (e.g., Business Object, Email Account, etc.,) | ||
| OBJECT_TYPE | VARCHAR2 | 30 | Yes | Specifies the resource object type (e.g., Learning Item, Job Profile, etc.,) | |
| OBJECT_DETAILS | CLOB | Specifies the details of the source object. | |||
| LATEST_PROCESSING_STATUS | VARCHAR2 | 30 | Specifies the latest object processing status. | ||
| LATEST_RAG_PUBLISH_DATE | TIMESTAMP | Specifies the timestamp when the object summary is published to RAG. | |||
| GEN_AI_USE_CASE_ID | VARCHAR2 | 100 | Specifies the use case used to generate summary using Gen AI. | ||
| GEN_AI_PROMPT | VARCHAR2 | 2000 | Specifies the prompt used to generate summary using Gen AI. | ||
| GEN_AI_SUMMARY | CLOB | Specifies the summary generated by Gen AI. | |||
| SLDS_OBJECT | CLOB | Represents SLDS object for a given Gen AI resource | |||
| OBJECT_NUMBER | VARCHAR2 | 200 | Represents synthetic Object logical key | ||
| CURATED_FLAG | VARCHAR2 | 1 | Specifies if the sythetic object data is curated or not | ||
| ESS_JOB_ID | NUMBER | 18 | Specifies the enterprise scheduler job id that processed the resource. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| WLF_GEN_AI_RESOURCES_N1 | Non Unique | Default | OBJECT_ID, OBJECT_TYPE |
| WLF_GEN_AI_RESOURCES_N2 | Non Unique | Default | GEN_AI_USE_CASE_ID, GEN_AI_PROMPT |
| WLF_GEN_AI_RESOURCES_N3 | Non Unique | Default | OBJECT_NUMBER |
| WLF_GEN_AI_RESOURCES_N4 | Non Unique | Default | CURATED_FLAG |
| WLF_GEN_AI_RESOURCES_N5 | Non Unique | Default | INPUT_SOURCE |
| WLF_GEN_AI_RESOURCES_U1 | Unique | Default | GEN_AI_RESOURCE_ID |