azure-search-openai-demo
azure-search-openai-demo copied to clipboard
how do I connect more than one search index to chatgpt?
I have several search indices and the sample only connects to one index.
How do direct user's input to valid search index?
For example, if I have shop index with shop name, tel, location info and category index for product category, product index for each product info such as image, name, price etc...
Do I have to query all indice and let user select valid result?