I want to create vector search index on a delta table using multiple "Embedding source column" from the table. I don't see an option to choose multiple columns so what's the alternative? create index per source column? so multiple indexes for single delta table? But then my front end Search App wants to search the delta table using index on both columns so how do I achieve that?