Questions tagged [azure-ai]

Azure-AI gives us the capabilities to work with the AI modules by providing relative azure services

You can find out more here.

38 questions
0
votes
0 answers

How to fix Error 404 Resource not Found in Azure Custom Vision API

I am trying to train an Azure Custom Vision model by following the instructions on this Learn page: Quickstart: Create an image classification project with the Custom Vision client library or REST API using Java. When I finally try to run the Gradle…
0
votes
0 answers

C#: How to create a mock Azure.AI.OpenAI.ChatCompletions object to test functions using OpenAI?

I have a simple function that takes a prompt, sends it to a model on our Azure OpenAI instance, and returns the content of the LLM's response: public async Task GetChatCompletion(string deploymentName, ChatCompletionsOptions…
0
votes
1 answer

Error Handling Azure Content Moderation API

I'm trying to get create an AuditLog for my moderated content and would like to add the Exception Message sent by the Azure Content Moderation API to the log. Can anyone assist me with regards to saving this to a variable? To give you context to how…
Spottie97
  • 3
  • 2
0
votes
1 answer

Is it possible to give AzureChatOpenAI 'rules' to follow?

I am working on a 'chat bot' for a work project that will let me 'talk' with documents. Part of the project is being able to have the AI know when not to answer certain questions. Essentially, I want to protect PII due to HIPPA laws, so if a user…
0
votes
1 answer

Azure cognitive services: Async Text analytics for PII, limiting max allowed char size to 5120 when it should be 125,000

I am using azure-ai-textanalytics(version 5.2.7) library for detecting PII in some text content that I have. From the azure documentation the maximum chars allowed while using asynchronous processing is 125,000…
0
votes
0 answers

Which model to use if I need to train sensitive text data and later I want to search back

I am relatively new in AI. I have used a few model in huggingface. But I don’t know how to do for my case. I need to train the private information in text document so that later, I can ask the model to search from my text document. For example, my…
Khant Thu Linn
  • 5,905
  • 7
  • 52
  • 120
0
votes
1 answer

How/why/when is a resource's testkb index is created?

image of azure cognitive search where there are two indexes for few project MARKED IN RED and no extra index for other project some recources have testkb index auto created and some don't. Why there is no testkb index for all the resources in a…
0
votes
0 answers

How to use Azure AI/ML with selenium

I've been playing with Azure AI, I've done the pong game and cartpole etc. I was curious how this same technology could be leveraged for quality assurance. I've been successful with building environments and executing training with ray-on-aml…
Mateo
  • 187
  • 1
  • 4
  • 15
0
votes
0 answers

How do I call confidence_score on a document translation using the azure.ai.textanalytic skill in python?

I'm trying to check the confidence score of a language analysis module using the Azure AI Text Analysis skill. I've got it running in the portal and locally, and both are recognising languages and giving a response, but I can't get the confidence…
howlieT
  • 191
  • 9
0
votes
0 answers

Azure Machine Learning Shutdown Managed Instance

We recently upgraded from Azure ML Sdk V1 to Sdk V2, to get automatic support for HTTPS-Endpoints. Azure ML now doesn't use Container Instances anymore. By using Container Instances, we could shutdown our Endpoints to save costs over night. For that…
0
votes
0 answers

Any way to exceed 10mb payload size limit in Custom Text Classification API?

I am training Azure Custom Text Classification model. Training set of 500k text documents are uploaded to Blob storage, so I thing left is to use REST-API to create a training project. Issue that I am facing is that in API for project creation…
0
votes
0 answers

Computer Vision Form Recognizer Signature Field

Trying to add signature detection to our Microsoft Computer Vision Forms, and whenever I try to query a model that has a signature field I'm getting an InternalServerError. HTTP Methods: var postDocuri =…
0
votes
1 answer

Azure FormRecognizer from Python SDK fails with message "Specified model not found or not ready"

Trying to submit document for form recognizer created in form recognizer studio using python api. I have tested the form successfully in form recognizer studio. from azure.core.credentials import AzureKeyCredential from azure.ai.formrecognizer…
Mike
  • 11
  • 5
0
votes
1 answer

How to create insights or recommendations from SharePoint list using Syntex?

How create recommendations or insights from dataset which resides in the SharePoint list. Is there any way to SharePoint Syntex would help in this Use case?
Nanda kumar
  • 111
  • 4
  • 13
0
votes
0 answers

Applied AI | Form Recognizer Studio - The Custom Model project could not be found. 404 Error after Custom model project creation

Creating a new project using the custom model option and getting an error saying "The Custom Model project could not be found." It was working till last month. Create API is…
Sagar Kulkarni
  • 636
  • 9
  • 24