FUN_DOCIO_AL_RAGS

This table constains Retrieval-Augmented Generation sources to help producing more accurate and contextually relevant transformation mappings. These sources may include predefined metadata associated with the source structure, target structure, and transformation mapping. They can also encompass runtime-learned contexts or custom-defined contexts.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FUN_DOCIO_AL_RAGS_PK

RAG_ID

Columns

Name Datatype Length Precision Not-null Comments
RAG_ID NUMBER 18 Yes Indicates the identifier of the Retrieval-Augmented Generation (RAG) source.
DOCUMENT_HASH VARCHAR2 1000 Yes Indicates the code of the document.
USECASE_IDENTIFIER VARCHAR2 80 Yes Indicates the identifier of the usecase.
PROMPT_CODE VARCHAR2 80 Yes Indicates the code of the prompt template.
PROMPT_TMPL_VERSION NUMBER 18 Yes Indicates the version for the prompt template.
NAMESPACE VARCHAR2 30 Yes Namespace of the prompt template.
QUALIFIER VARCHAR2 30 Yes Qualifier of the prompt template.
DOCUMENT_CONTENT BLOB Yes Content of the Retrieval-Augmented Generation (RAG) document.
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
FUN_DOCIO_AL_RAGS_U1 Unique Default RAG_ID