azure-search-openai-demo icon indicating copy to clipboard operation
azure-search-openai-demo copied to clipboard

Please add support for more than one search index fields for two different embedding models

Open cforce opened this issue 6 months ago • 1 comments
trafficstars

https://github.com/Azure-Samples/azure-search-openai-demo/releases/tag/2025-05-08 "The code now has a variable for the embedding column field, so it should be possible to have a search index with fields for two different embedding models."

To allow downwards compatibility you shaall wllo to have an array (comman separated list) of fields to be used in order until a column is found with a value seit in the field (from left to right)

cforce avatar May 09 '25 15:05 cforce

Hm, how would we detect which field is viable? Wouldn't that require a network call?

pamelafox avatar Jul 01 '25 18:07 pamelafox