Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
31 views

We have an API layer secured behind Microsoft Entra ID using the Authorization Code Flow with PKCE. This API calls a Microsoft Foundry Orchestration agent (multi agent system), which is also secured ...
Junaid's user avatar
  • 1,749
-2 votes
0 answers
112 views

I'm developing an AI chatbot using Azure AI services, that answers user queries based on information from pre-uploaded documents. The user has the option to upload files which get stored in Azure ...
sukesh's user avatar
  • 2,345
0 votes
1 answer
68 views

I've created a custom classification model in the new Azure Document Intelligence Studio and I have trained it with my relevant documents. I am now trying to access this trained model in my c# service ...
Jac Phillipps's user avatar
1 vote
0 answers
98 views

We are implementing a Semantic Kernel with numerous Chat Completion Agents. One of the agents calls out to an existing MS Foundry data agent, which utilises a Fabric data agent as knowledge. We want ...
Dooie's user avatar
  • 1,679
1 vote
0 answers
31 views

In the implementation of an autocomplete API, a schema has been defined as follows: suggesters: - name: abc, searchMode: "analyzingInfixMatching", source_fields: - chunk_text/en The ...
Rohini_Vaidya's user avatar
0 votes
1 answer
633 views

i am trying to build a agenti ai using custom call as per the azure document. https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/function-calling?tabs=python&pivots=code-...
Tech_fusion's user avatar
0 votes
0 answers
56 views

Environment: MacBook Air (Apple Silicon, arm64) macOS 15.4.1 (Sonoma) .NET SDK 9.0.203, .NET Runtime 9.0.4 (osx-arm64) No VPN, firewall, or security software interfering DNS set to Google (8.8.8.8) ...
Belkaz's user avatar
  • 1
1 vote
1 answer
310 views

I'm trying to use the Phi-4-multimodal-instruct model with audio input through the Azure.AI.Inference C# client, but I'm getting an "invalid input error" when sending an MP3 file. The same ...
hdev's user avatar
  • 6,627
0 votes
1 answer
266 views

I recently added two new fields to my Azure AI Search index and marked them as filterable. After updating the index schema and running the indexer, the new fields are still not populated in the index. ...
Rik's user avatar
  • 42
-2 votes
1 answer
140 views

In a project i'm currently working on, I have a information extraction task to do with a LLM that requires a large set of instructions. Those instructions contains an object schema (and schema of ...
Nicinic's user avatar
  • 80
0 votes
1 answer
419 views

I'm working with Azure AI Agents and trying to use custom functions within an agent. I've defined several user-defined functions and wrapped them using FunctionTool, then added them to a ToolSet. Here'...
Ipshita's user avatar
  • 21
-3 votes
1 answer
370 views

I'm using the Azure AI Speech Service for speech-to-text functionality with the Microsoft Cognitive Services Speech SDK in Angular. However, I'm experiencing a significant delay in receiving the ...
aravind ks's user avatar
0 votes
1 answer
785 views

We have 3 ai studio hubs each for - development, int and test. Today just few mins back onwards when we clicked on prompt flow, it is showing error message - "Flow is missing", when i tried ...
chetan s's user avatar
0 votes
1 answer
146 views

I'm testing Azure AI services Conversation summary using this QuickStart. I noticed that Role in ConversationItems is not required to get the summary. And actually, result will be the same with and ...
Alexander Bikkuzhin's user avatar
0 votes
1 answer
321 views

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. ...
noobmaster's user avatar
0 votes
1 answer
90 views

I would kindly ask you to help on this topic if possible. My Azure Bot based on Custom Question Answering is actually up and running: based on the knowledge fixed question I get the corresponding ...
Gianluca Azzollini's user avatar
1 vote
2 answers
2k views

Here is my python code, and encountered run time error, Error: 401 { "statusCode": 401, "message": "Unauthorized. Access token is missing, invalid, audience is incorrect (...
Doobie Nam's user avatar
0 votes
1 answer
323 views

I am following this tutorial to get started with Azure AI Studio. The create_search_index.py script ran successfully and created an index. But the get_product_documents.py and chat_with_products.py ...
Kristada673's user avatar
  • 3,764
0 votes
1 answer
167 views

I am using Azure AI Search. In the Azure portal, I have an indexer with a 'Failed' status: In my application, I retrieve the indexer's status using the following REST API call: GET https://[service ...
Allan Xu's user avatar
  • 9,604
1 vote
3 answers
1k views

I have an index on AI Search that contains one term in English (e.g. "white wine", "grapes", "chocolate cake", ...) per document. I have a vector field. Indexing has run ...
Farrero's user avatar
  • 23
0 votes
1 answer
514 views

I am continually receiving this timeout error when trying to run the model in azure ai studio from my local machine in jupyter notebook. I cannot find anything useful in the azure ai studio on why ...
ivan7707's user avatar
  • 1,166
2 votes
0 answers
255 views

In Azure Document Intelligence studio When I run tests on a pdf I'm getting expected results. Based on the same exact document hitting the analyze service with a base64 source I get back different ...
Harbinger's user avatar
  • 624
0 votes
1 answer
115 views

I am trying to learn Azure AI search on my database table. I have following dataset. I can do a search (Lucene) as follows and it works fine: { "queryType": "full", "...
LCJ's user avatar
  • 22.8k
0 votes
1 answer
987 views

I am currently indexing Sharepoint Files in Azure via AI Search. This index is then used in AI Studio via "add your data". This way the Sharepoint documents are used as citations in the chat,...
user26391977's user avatar
0 votes
1 answer
905 views

I have created a chat model using Azure open ai and providing it custom data source with help of container and Azure ai search, but this is static. And I am using that API in my app. But what I want ...
Aniket Kasar's user avatar