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
3
votes
1 answer

Azure Open AI Studio uploading Help Guide for data

We're wanting to take our help guide and use that to build training data to upload into Azure Open AI studio (Azure OpenAI Studio -> File Management). Is there any examples on taking a help/user guide and building data from that which we can feed…
Matt
  • 3,305
  • 11
  • 54
  • 98
3
votes
1 answer

TSLint is throwing 'error TS2459: Module '"@azure/core-tracing"' declares 'Span' locally, but it is not exported.' and other errors

I have no idea where to start with fixing this error. The output doesn't really tell me a whole lot except that it sounds like something is wrong with the '@azure/ai-text-analytics' install. I've npm uninstall'd it twice and reinstalled it twice.…
Sintrias
  • 456
  • 1
  • 9
  • 19
2
votes
0 answers

How to pass a string through pipeline steps azureml sdk v2?

There is a way to pass a string from a pipeline step to another in azure machine learning sdk v2? E.g.: def step_1(): var: str = 'lorem ipsum' return var # or step_1.var = var def step_2(var:…
2
votes
1 answer

MS Bot to Teams Integration issue

We have integrated a bot created in Microsoft Botframeowrk with MS Teams (by publising the channel and adding using App ID). On every message that is sent from Teams to the bot, we are getting an error in the channel logs: "activity must include non…
Rakesh5594
  • 51
  • 2
2
votes
1 answer

How to fix 'TypeError: Object of type bytes is not JSON serializable'

I am using Microsoft Azures Vision API to recognised handwritten text from a local JPEG image. I am editing Microsofts source code to allow images to be recognised from a local source rather than from a URL. However, I am unsure what to do about…
Felix Wallis
  • 33
  • 1
  • 5
1
vote
0 answers

What's the best way to set up the AAD directory as a data source for Language Studio?

Been managing a helpdesk for the past 5 years at the same client and I'm keen to start leveraging the whole hype around AI to get the client to start using a bot for simple QnA's or for the techs to use as a shortcut to manage group…
Dumraden
  • 11
  • 1
1
vote
1 answer

It is possible to bring external data processed in the Functions App to Cognitive Search?

I have a general question, context: I want to take external data from my own api to cognitive search, since it is not possible I want to do it through the Azure Functions App, in this way I process my data and take it to Cognitive Search. Is that…
Izlia
  • 235
  • 1
  • 2
  • 18
1
vote
1 answer

Azure Cognitive Services: Custom text classification answering 404 on retrieve request

So I made Custom Multi label model on Azure and I deployed. Right now I've been trying to follow the instructions of to do the requests. The cURL to submit works well with 202 but the one to retrieve it returns: {"error":{"code":"404","message":…
Rogerio
  • 23
  • 2
1
vote
1 answer

API is not calling on first render, only after I manually re-render React app

I am calling the Azure Optical Character Recognition API in my React app that requires an initial POST request to get an 'operation-location' value from the response header. The 'operation-location' value is then used to make a GET request. The API…
Nick Marie
  • 21
  • 3
1
vote
1 answer

Why am I getting 'undefined' and empty array[] from a Promise.all call involving JavaScript async operations that use Azure APIs?

As part of my personal project that makes use of Azure AI APIs and Node.js/Express, I'm trying to respond to a get request to a /viewText route with text and key phrases extracted from an uploaded image/document. Here's the code that should log that…
1
vote
0 answers

Can't login Form Recognizer Studio(Preview)

I am trying Form Recognizer Studio(Preview), when I click Custom Models, it popup screen below After login with my .hotmail account, it throw
Edward
  • 28,296
  • 11
  • 76
  • 121
0
votes
0 answers

Azure Form Recognizer returns status 403 forbidden - x-ms-forbidden-ip

Since yesterday I have been getting a header error message: "x-ms-forbidden-ip" when trying to analyze a document in Power Automate. I am using the Analyze Document for Prebuilt or Custom models (v3.0 API) action. The action was working…
0
votes
0 answers

Trying to include custom SP library column in Azure AI Chat

I have created a cognitive search data source, index and indexer that all point to a Contoso SP library in my demo tenant. I surfaced the index in a chat session in Azure AI Studio - this is all working perfectly. It found all of the attachments…
AdamCodes716
  • 155
  • 2
  • 11
0
votes
0 answers

Azure Machine Learning Studio error when hyperparameters are set (by GUI) in object detection model training

I am training an object detection model in Automated ML interface with two models: yolov5 and retinanet_resnet50_fpn. The training with yolov5 is fine, the accuracy of the model is ~82%, but when I try to train the other model…
Atilio
  • 57
  • 2
  • 10
0
votes
0 answers

Cap to Cracking and Chunking/Vector Embedding?

I am currently using the Azure Machine Learning Python SDK, using the incremental embbedding tutorial that uses Ada 002:…
1
2 3