microsoft / mlops-aisearch-pull

A template that shows how to setup MLOps in Azure AI Search using pull approach
MIT License
3 stars 1 forks source link

Create a regex based method to implement naming patterns #40

Closed sbaidachni closed 3 months ago

sbaidachni commented 6 months ago
          also .lower() is not enogh since there might be `/` in branch names which is a common practice. I would suggest a sanitzation step to remove all special characters or replace it with `-`

_Originally posted by @mhassaninmsft in https://github.com/microsoft/mlops-aisearch-pull/pull/38#discussion_r1523795896_

sbaidachni commented 3 months ago

We are using manual approach as for now (code per name type) rather than universal expression since we don't have any universal naming conventions for all the entities.