Represents the relationship of the wizard configuration with vectors
Data model

Fields
| Field |
Type |
Description |
| assistant_id* |
INT |
Attendee ID |
| dynamic_type |
INT |
Vector Type Identifier, Base Vector = 1, Dinamic Vector = 2 |
| hash_data |
NVARCHAR (100) |
It represents a hash value computed from one or more data fields, used to ensure the uniqueness and integrity of the record. |
| id* |
INT |
Registry ID |
| metadata |
NVARCHAR (2000) |
Informational data needed to identify or customize a vector |
| state* |
INT |
Current Process State ID, PendingComplement = 1, Complemented = 2, Eliminate = 3 |
| type |
NVARCHAR (200) |
Process Type Name |
| type_id |
INT |
Process Type Identifier |
| vector_provider_id |
NVARCHAR (200) |
Identifier of the vector provider |
| vector_provider_name |
NVARCHAR (200) |
Name of the vector provider |
Primary Key
References
| Column |
Referenced Table |
Referenced column |
Name |
| assistant_id* |
dbo.AI_ASSISTANT |
id |
FK01_AI_VECTOR |