Represents the relationship of vectors to files
Data model

Fields
| Field |
Type |
Description |
| date_created* |
DATETIME |
Record creation date |
| date_modified |
DATETIME |
Date of last modification of the registry |
| date_sync |
DATETIME |
Date the last sync was run |
| file_provider_id |
NVARCHAR (200) |
Unique identifier of the file assigned by the provider |
| id* |
INT |
Registry ID |
| state* |
INT |
Process Current State ID, PendingComplement = 1, PendingSynchronization = 2, Synchronized = 3, Eliminate = 4 |
| type* |
NVARCHAR (200) |
Process Type Name |
| type_id* |
INT |
Process Type Identifier |
| vector_id* |
INT |
Wizard configuration identifier with vector |
Primary Key
References
| Column |
Referenced Table |
Referenced column |
Name |
| vector_id* |
dbo.AI_VECTOR |
id |
FK01_AI_VECTOR_FILE |