You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task involves adding a new field named version to the already existing Embeddings model in Studio. This field will be used to track changes between different versions of the embeddings generated by our recommendation models.
Description and outcomes
Add the version field to Embeddings in contentcuration/contentcuration/models.py
version should be a str with a null default value, and also set as a database index
Run the necessary migration commands
Add tests that confirm that version has been added correctly
Acceptance Criteria
version field is added to the Embeddings schema
Tests are written to verify correctness of added field
akolson
changed the title
[WIP - DO NOT ASSIGN]: Add "version" field to the Embeddings schema
[WIP - DO NOT ASSIGN]: Add a new field named "version" to the Embeddings model
Feb 20, 2024
akolson
changed the title
[WIP - DO NOT ASSIGN]: Add a new field named "version" to the Embeddings model
Add a new field named "version" to the Embeddings model
Feb 27, 2024
Overview
This task involves adding a new field named
version
to the already existing Embeddings model in Studio. This field will be used to track changes between different versions of the embeddings generated by our recommendation models.Description and outcomes
version
field toEmbeddings
incontentcuration/contentcuration/models.py
version
should be astr
with anull
default value, and also set as a database indexversion
has been added correctlyAcceptance Criteria
version
field is added to theEmbeddings
schemaAssumptions and Dependencies
Scope
The scope of this task is limited to;
Accessibility Requirements
NA
Resources
The text was updated successfully, but these errors were encountered: