Use Vector Index created in Azure Portal >> Azure AI Services >> AI Search in Azure AI Foundry
I have a spreadsheet (csv file) with data in it. I added that data to Azure AI Foundry under Data + Indexes. Subsequently, I added an Index and created a Vector Index. However, it wasn’t performing as well as needed.
So, I needed more control over how the vector index was created. I did that via code and associated it with my AI Search service. I can see the index by going to Azure Portal >> Azure AI Services >> >> AI Search >> click on my search service >> Search Management >> Indexes.
I want to be able to use that index I created within the Azure AI Foundry Chat Playground. I don’t need to create a new index or vectorize it (already did that in Azure Portal)., I just want to use that vector index I created within the Azure AI Foundry or new Azure OpenAI Service UI.
How can I do that?