In Azure Ai Search, how to set the title filterable value to be true?
Hi! I am trying to Import and vectorize data , and i want to enable filtering on the title (the file name). In the process of creating a Rag scenario, I am unable to set the index Json properties. In the end, the index json that contains the title looks…
Azure AI Search
Question about Intermediate Interactions between Agent Client SDK and Azure AI Search
Hi, I've been following the sample code from the Azure AI Agent Client SDK, specifically this example: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_azure_ai_search.py The final…
Azure AI Search
Error during search: RestError: The parameter 'semanticConfiguration' must not be empty.
I honestly have no idea what I'm doing wrong at this point, I've searched any and all forums to try and solve it but no luck. Anyways, I have a teams-bot that is using Azure AI Search to be helpful, when using normal vector search everything works…
Azure AI Search
Microsoft Teams | Development
Search not showing any result under Azure AI Search Index
I created SQL Databases and added this as source in AI Search then I imported the data by creating Indexers and Indexes. Indexer status is showing success also I can see the document counts. However when searching keyword under search explorer so nothing…
Azure AI Search
Agentic Flow in logic apps + Grounding Bing Search
Hi everyone, I did some research and here are the conclusions: GPT models deployed via Azure (I tested GPT-4.1) do not have web access and cite sources incorrectly. The solution is to incorporate "grounding with Bing Search", so the LLM…
Azure AI Search
Need Guidance to Build a Voice-Enabled AI Agent That Supports Image-Based Responses and Feedback
Hi everyone! I'm new to Microsoft Azure and currently exploring what's possible using Copilot Studio. So far, I’ve built a basic conversational agent and connected Azure AI Search with vectorized data from my Blob Storage. The documents I’ve uploaded…
Azure AI Search
azure sdk 11.5.2 stable is mismatching with REST api version 2024 11 01 preview....not able to create index with vectorization skilset...in a SK-API version mismatch trap
The azure SDK 11.5.2 demands a field called name in the OutputFieldMappingEntry but when added error appears that this is not supported by the 2024-11-01 preview api version..if name ommited..sdk throws error that name is required...This is happening…
Azure AI Search
Deployed embedding model not available in Azure Search import and vectorize data wizard
Greetings, I created an Azure Foundry hub project for training a RAG agent. In this project I have deployed 3 models: gpt 4o, text-embedding-ada-002 and Cohere-embed-v3-multilingual I have a search service to create indexes to create RAG data for gpt…
Azure AI Search
Azure AISearch Indexer: "'JSON arrays with element type 'Float' map to Collection(Edm.Double)"
I have the following problem. I am trying to build an indexer in Azure AI Search. I have a skillset with a “Custom.WebApiSkill” skill. This provides me with the following response body: { "values": [ { "recordId":…
Azure Functions
Azure AI Search
Debug search issues - AI102 Lab
Hi, I am facing the following error while doing the Debug search issues - AI102 Lab. on step: Resolve the warning on the indexer, watch the screenshot attached. not able to Save the file with changes Below Error : Debug session must have a…
Azure AI Search
SSL certificate issue while using Azure AI Search
I'm developing an application that utilizes the Azure AI Search service. However, when connecting my application to the service, I encounter the following error: ERROR:main:[Azure Search Error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed:…
Azure AI Search
Issues with Empty Response in Azure AI Search Agentic Retrieval
Following the quickstart guide for Agentic retrieval in Azure AI Search: Quickstart Guide, an issue arises when retrieving the results.The line of code: (retrievalResult.Value.Response[0].Content[0] as KnowledgeAgentMessageTextContent).Text returns an…
Azure AI Search
Azure OpenAI Unable to Connect to Azure AI Search Service
I am trying to integrate Azure OpenAI GPT-4.0 with Azure AI Search Service via the Azure AI Studio interface, but I keep encountering the following error: "403: A Virtual Network is configured for this resource. Please use the correct endpoint for…
Azure AI Search
The property 'includeTypelessEntities' does not exist on type 'Microsoft.Skills.Text.V3.EntityRecognitionSkill'
In the 'Exercise - Create a Custom Skill for Azure AI Search' exercise located at the following URL, I get a "The property 'includeTypelessEntities' does not exist on type 'Microsoft.Skills.Text.V3.EntityRecognitionSkill'" error when running…
Azure AI Search
Will agentic retrieval enable queries to run against more than one index?
I saw a couple of the demos from Build where it looked like the part of the code that was bringing in the index would allow for more than one, but then the demos only ever used one. With the idea of breaking up queries into sub-queries, is it going to be…
Azure AI Search
Can't create Azure AI search service
I'm trying to create an AI search resource but cannot as I get the error '"ComputeType is not enabled for this subscription" azure error'. Any ideas? Azure error is "BadRequest" but no further details. Thanks
Azure AI Search

Missing "Add your data" in Chat Playground. - Trying to add Search AI
Hi, accourding to this tutorial there should be a "add your data" section:…
Azure AI Search
The Predicted price value is showing as "null"
I am performing the lab: “Enrich a Search Index using Azure Machine Learning model", and in this, I have successfully created the pipeline, edited the code in the skillset, and the indexer services in the Azure AI search, but when I tried to get the…
Azure AI Search
How to retrieve a downloadable link for blob files referenced in Azure AI Search?
I'm using Azure AI Foundry Agent and have added a knowledge source where the data is indexed in Azure AI Search. The agent is able to query and retrieve the file names correctly, but it cannot provide a direct downloadable link for the files. In the…
Azure AI Search
I have an Azure Search service that has been 'provisioning' for over a week
I have an Azure search service which has been 'Provisioning' for over a week. This means I cannot make any changes to the service such as increase partitions or anything. I also suspect I am being throttled. Can someone please help.