databricks / genai-cookbook

Other
55 stars 44 forks source link

Fixes edge case when `user_name` has uppercase or is too long #6

Closed blakekleinhans closed 3 months ago

blakekleinhans commented 3 months ago

I ran into this issue when running the 01_validate_config_and_create_resources notebook so I thought I'd add some fixes to help others avoid this error:

InvalidParameterValue: Vector search endpoint name BlakeEKleinhans_vectorsearch must contain less than 50 characters, contain only lowercase alphanumeric characters, '', '-' or '.', and start and end with an alphanumeric character.

epec254 commented 3 months ago

Hey @blakekleinhans thank you for contributing back!