aim
aim copied to clipboard
[BUG] Text groups/labels showing in Text explorer even after original run was deleted
🐛 Bug
Duplicate text label names show up even after associated run has been deleted.
To reproduce
- Log a run with some text with specific label name.
- Delete that run from aim ui
- Go to text explorer you'll still see the label name but without any text under it. The label is redundant (as no runs are associated with it, even if there's one other non deleted run that still has those labels then the label must be shown) and must not be shown.
- This results in stale data, and undesirable user experience when working with Aim Ui.
Expected behavior
Redundant text labels (after all associated runs have been deleted) must not be shown.
Any update on this bug? This is causing issues with the ui, and hampering user experience. @alberttorosyan
Hey @ashutoshsaboo. We don't have any progress here yet. The fix might require some changes in the data being stored in index db (this is the place where sequence names/contexts from all runs are stored). We'll need more time to design this correctly.
This is being covered here #1684