Creating a vector index using an excel file in Azure ML Studio

Srivallabh Narayan 5 Reputation points
2023-09-01T21:51:27.73+00:00

I want to use the the Open AI Chat playground to develop a Q&A BOT on my large excel file . For this I am looking to create a vector index using this excel file . The vector index creation job for Excel fails at the data chunking stage every time .

I have tried converting the excel into csv and then .txt and then creating a vector index . Although I am able to create a vector index this way , the results seem heavily unreliable. Any help on creating an Azure Cognitive Search Index using ML Studio would be great.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,452 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Jay 86 Reputation points
    2024-01-16T07:05:23.5366667+00:00

    Hi @Srivallabh Narayan , Looks like there is a new feature in Azure ML called Prompt-Flow which is currently in preview that can help you to solve your problem as this can support the file formats like

    Supported file types for creating a vector index job: .txt, .md, .html, .htm, .py, .pdf, .ppt, .pptx, .doc, .docx, .xls, .xlsx. Any other file types will be ignored during creation.

    Check out here

    0 comments No comments