neptune-ai / neptune-client

📘 The MLOps stack component for experiment tracking

Home Page:https://neptune.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Allow `startswith` & `endswith` filter types when browing tags

SebastianScherer88 opened this issue · comments

Is your feature request related to a problem? Please describe.

In the UI, I can only filter using the exact tags that already exist.

image

In some cases, filtering tags based on how they start and/or end is very useful.

Describe the solution you'd like

When searching tags, allow for 2 additional filter modesl:

  • at least one starts with (or similar): user types a string, and the filter returns all model versions that contain at least one tag that starts with that string
  • at least one ends with (or similar): user types a string, and the filter returns all model versions that contain at least one tag that ends with that string

Describe alternatives you've considered

The above logic can be done programmatically and is a limitation for the UI only. We are using "grouping" tags as a workaround - any model version containing those more generic grouping tags can be filtered down to by selecting the current one of filtering option.

Additional context

Add any other context or screenshots about the feature request here.

Hey @SebastianScherer88 👋

Thanks for submitting this feature. I've forwarded this to the product team 🚀

We will reach out to you if we need further details.