Relative Content

Tag Archive for azureazure-ai

Is there any way we can get the time taken to generate response in azure chat playground?

I am trying few prompts in azure AI chat playground using gpt-4o. I am putting a prompt, context and query the required fields and generating the response. Please refer below image for the playground.
I want to check how much time it is taking to hit one query and generate response. Is there any way we can check this? I am not able to find any analytics feature in playground.

Need help on building ML endpoints from a pipeline in Azure

I’m starting with AI, I need to create a pipeline that will create an ML Workspace, all basic components, an EndPoint with one or two Models. The pipeline must be able to clean everything on the evening and recreate everything in the morning.

Azure AI Search Azure Table as source

I am using a MySQL database to store article details, with Article Headline and BodyText as the main columns. There are millions of records in the article table, and search performance is becoming increasingly slower due to the use of the LIKE operator on text columns.