Represents the relationship of the wizard configuration with vectors
Data model

Fields
| Field |
Type |
Description |
| assistant_id* |
INT |
Attendee ID |
| id* |
INT |
Registry ID |
| 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.ASMS_AI_ASSISTANT |
id |
FK01_ASMS_AI_VECTOR |