FND_BOSS_EMBEDDING_MODELS
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
FND_BOSS_EMBEDDING_MODELS_PK |
MODEL_NAME |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| MODEL_NAME | VARCHAR2 | 100 | Yes | Name of the Model. |
| VECTOR_COLUMN_NAME | VARCHAR2 | 30 | Vector Column Name in LLM Table | |
| FIRST_DEPLOYMENT_ID | VARCHAR2 | 64 | Yes | DeploymentId |
| DEPLOYMENT_VECTOR_STATUS | VARCHAR2 | 30 | Deployment Vector Status of the model. | |
| 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_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FND_BOSS_EMBEDDING_MODELS_U1 | Unique | Default | MODEL_NAME |