1,283 questions with Azure AI Search tags

Sort by: Updated
1 answer

Indexer error on Azure search

My Azure search has completely refused to index some 3 PDFs that are in my blob storage. I have isolated these PDF and I have even tried splitting them into smaller PDF and ingesting them on the Azure OpenAI foundry but I'm getting this error Your data…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-05-03T11:45:43.89+00:00
Kelvin Kuria 0 Reputation points
answered 2025-05-03T16:14:38.93+00:00
Vinodh247 32,451 Reputation points MVP
1 answer

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 Functions
An Azure service that provides an event-driven serverless compute platform.
5,723 questions
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2024-12-17T10:01:28.1466667+00:00
Alexander Ilg 5 Reputation points
commented 2025-05-03T12:55:48.1666667+00:00
Peter Sarvari 0 Reputation points
1 answer

How to get citation links from Azure AI Agents reposnse through MessageTextAnnotation

We are using Semantic Kernel framework to integrate Azure agents with our application. We have added Azure AI Search service to one of our agents and upon querying the agent it returned search response along with few citation links (in Azure AI Foundry).…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-04-25T17:19:57.47+00:00
Jagan P 0 Reputation points
commented 2025-05-02T12:05:17.31+00:00
Manas Mohanty 3,210 Reputation points Microsoft External Staff
1 answer

How do I delete all records where my date_ymd column in Azure Search Index is equal to a specific date?

Hi, I have an issue where I'm collecting a lot of data on a scheduled script that will store the data in a the Azure Search Index as a vector db and I then use RAG to collect data from this based on a prompt sent by a user in a chatbot and the AI's…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-04-01T10:39:39.27+00:00
Aravind Vijay 0 Reputation points
commented 2025-05-02T07:33:59.18+00:00
Aravind Vijay 0 Reputation points
0 answers

Azure AI Agent Service with file search - Automatic index updates after file updates?

I tagged this as Azure AI Search because there is no tag for Azure AI Agent Service currently. Using Azure AI Agent Service with file search. How long of a gap is there between updating the information in the file search's Azure Blob Storage and the…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-05-01T17:49:17.94+00:00
Jackson Alvarez 0 Reputation points
commented 2025-05-02T06:48:55.79+00:00
Ravada Shivaprasad 30 Reputation points Microsoft External Staff
0 answers

An unexpected error occurred. For more information on troubleshooting connection issues to Azure Storage accounts, please see https://go.microsoft.com/fwlink/?linkid=2049388

I have an indexer that was running for weeks without issue and I now have connection issues. Is there a way to see why the connection is failing? The current error is: An unexpected error occurred. For more information on troubleshooting connection…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-04-29T14:56:17.0266667+00:00
Michael Cieslak 0 Reputation points
commented 2025-05-01T11:35:42.8666667+00:00
Sampath 2,345 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Index doesn't appear in the process of indexing and skillset

Hi, I am trying to convert text data in "txt "column in azure sql db to vector data and saving the data in "txt_vector" attribute in index below, but I see nothing in index when I run the indexer. Does anyone give me a clue for…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-01-20T08:02:44.89+00:00
REX_mentin 20 Reputation points
accepted 2025-04-30T09:52:48.2566667+00:00
REX_mentin 20 Reputation points
1 answer

AI Search: Improving Exact Match Scoring in Document Search

Building a search functionality on a dataset containing approximately 65,000,000 documents and 30 GB of data, with fields such as name, address, city, telephone number, and postcode, along with filter fields like country and type. The challenge lies in…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-04-24T09:58:23.7933333+00:00
Shruti 40 Reputation points
commented 2025-04-30T00:59:33.59+00:00
Suresh Chikkam 1,330 Reputation points Microsoft External Staff
1 answer

Azure AI Search Vector Index showing search.answers are in triplicate

Azure AI Search Vector Index showing search.answers are in triplicate. deleted and recreated index/indexer same results., the document index count is over 2000 but the blob storage is only 46 pdfs?

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-04-21T21:54:01.02+00:00
Charles Lawson 0 Reputation points
edited a comment 2025-04-29T15:59:42.98+00:00
Sampath 2,345 Reputation points Microsoft External Staff
0 answers

We are getting "Error 400 Bad Request" when connecting Azure Open AI using an Azure AI Index as the data source

We are trying to connect a web form chat box application we are creating to our existing open ai service and search service that we have set up. When we try to connect to the open ai service or search service individually from the application using…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-04-16T12:39:01.45+00:00
Santini, Robert 0 Reputation points
commented 2025-04-29T14:12:03.62+00:00
Santini, Robert 0 Reputation points
1 answer

Azure OpenAI Vector Store - Attributes Retrieval

I'm having trouble to retrieve attributes from my vector store, it fails at the retrieve. The same code works with OpenAI. I'm using 2025_03_02-preview API version. Code: import os import sys import tempfile import time from openai import…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-04-28T20:30:14.0466667+00:00
Eric S 0 Reputation points
answered 2025-04-28T21:55:38.1666667+00:00
Prashanth Veeragoni 4,030 Reputation points Microsoft External Staff
0 answers

I get error when creating a project on Speech Studio

I get this connection error while using Speech Studio so that I cannot create a project. How can I solve this issue? Connection ID: 818b5f70-2115-11f0-bd0c-5be69830caf0

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-04-24T14:14:55.5266667+00:00
Madoka Nakamura 0 Reputation points Microsoft Employee
commented 2025-04-28T08:08:18.65+00:00
santoshkc 14,415 Reputation points Microsoft External Staff
2 answers

rate limit exceeded error with Azure AI search

I am getting below rate limit exceeded error when I am using Azure AI search with python code. 'An error occurred when calling Azure OpenAI: Server responded with status 429. Error message:…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2024-09-02T22:46:16.0633333+00:00
Ravi Rama 5 Reputation points
edited an answer 2025-04-28T03:53:23.75+00:00
Mehdi Memar 10 Reputation points
1 answer

Error in web app deployed from AI Foundry; all queries result in error

Redeploy (working) web app from Azure AI Foundry. Tried with and without chat history enabled. Get Error code: 400 - {'error': {'requestid': '7a5c4617-80ed-40bd-b2d3-11771466a883', 'code': 400, 'message': 'Failed to get managed identity token. Response:…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-04-10T19:06:30.53+00:00
Barry Briggs 110 Reputation points
commented 2025-04-28T01:48:45.7833333+00:00
Suresh Chikkam 1,330 Reputation points Microsoft External Staff
1 answer

AI Foundry (Cohere) embeddings in AI search wizard not working

No matter what I do, I can never select an AI Foundry embedding model in the Import and vectorize data in Azure AI Search. I wanted to try the SByte vector encoding via Cohere. I use East US for: resource group foundry project/hub ai search and all…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-02-03T20:17:59.34+00:00
kzu 0 Reputation points
commented 2025-04-27T11:10:39.4133333+00:00
DebayanBhattacharya-5228 1 Reputation point
1 answer

How to map fields from AI Search to Copilot Studio

Hi, How can i map required fields from AI Search to show them as output in copilot studio. Below string is generated as a citation from Sharepoint online via AI Search For e.g: {score:0.8436232, metadata_spo_item_path:/drives/, content:abc…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
814 questions
asked 2025-01-06T01:22:52.6933333+00:00
Balaji Mogadali 75 Reputation points
answered 2025-04-25T20:59:54.7833333+00:00
Armen Danielyan 0 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Cognitive Search query multiple indexes

In Elasticsearch, we are able to query multiple indexes in a single request but comma separating their names in the path, for example /index-1, index2/_search. Does Cognitive Search offer a comparable solution?

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2022-11-25T17:19:11.087+00:00
Alex Gagnon 92 Reputation points
edited the question 2025-04-25T07:33:45.3833333+00:00
SnehaAgrawal-MSFT 22,676 Reputation points
1 answer One of the answers was accepted by the question author.

Modify/Create new azure ai search index with "IMPORT AND VECTORIZE DATA" option and configure some fields as facetable, sortable

Hey Azure Community, I want to ask you a question in regards of azure ai search. Actually I am not able to make any fields facetable, sortable, etc when I try to create indexes using "IMPORT AND VECTORIZE DATA" option. Can you please guide…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-04-02T18:17:46.4233333+00:00
Rikin 20 Reputation points
commented 2025-04-25T05:19:32.7433333+00:00
Siva Nair 1,475 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Unable to connect Azure AI search to Knowledge of an Agent

In Copilot studio, when i try to add knowledge to my chatbot and use Azure Ai Search connector and connect it, it shows green check mark but when press next I encounter the following error message: "Something went wrong. Try reloading the page. If…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-04-10T10:26:33.8666667+00:00
Patrick Martin Castro 20 Reputation points
commented 2025-04-24T09:14:04.7+00:00
Jerome 0 Reputation points
1 answer

Azure AI Search Indexer Timeout Issue with PDF Document

I'm experiencing persistent indexer timeout issues with my Azure AI Search setup. Here's my workflow: Node server uploads files to Azure Blob Storage Azure Function triggers automatically on blob upload to index the document Function executes…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2025-04-24T06:00:05.21+00:00
Su Myat Hlaing 160 Reputation points
answered 2025-04-24T08:40:42.61+00:00
Bhargavi Naragani 3,165 Reputation points Microsoft External Staff