137 questions
0
votes
1
answer
53
views
Azure Agent Retrieval (Azure AI Search) returns JSON references instead of LLM-generated answer
I’m testing Azure Agent Retrieval with Azure AI Search and Azure OpenAI integration.
However, instead of getting a natural language LLM-generated answer, the response only returns raw JSON with ...
0
votes
1
answer
64
views
'metadata_storage_name' always null: Missing or empty value '/document/blob_name'
Using Azure's AI Search Service to chunk and read textfiles, the target field values are always NULL.
I tried using a simplified example, just for the fields metadata_blob_name / title and ...
0
votes
0
answers
96
views
Azure AI Search return response_format skillset problem ChatCompletionSkill
I try to create a skill set with detail below
Follow by newest MS docs : https://learn.microsoft.com/en-us/rest/api/searchservice/skillsets/create?view=rest-searchservice-2025-05-01-preview&...
0
votes
1
answer
215
views
Key based authentication is disabled for this resource
I'm just getting started with Azure AI Search. Tried a sample code from the Azure documentation, to implement Azure AI Search. This throws an error:
System.ClientModel.ClientResultException: 'HTTP ...
1
vote
0
answers
36
views
Autocomplete API not returning complete phrase in Azure AI Search
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 ...
0
votes
1
answer
483
views
403 Forbidden error when querying search service
Following https://github.com/Azure-Samples/azure-search-python-samples/blob/main/Tutorial-RAG/Tutorial-rag.ipynb . I am getting an HTTP 403 Forbidden response when trying to run search_client.search ...
0
votes
0
answers
298
views
Chunks order in Azure AI Search Index with TextSplitSkill
I am trying to split some documents into chunks and be able to figure out the order of the chunks when querying the Search Index for a specific document. I read in the documentation that the ...
0
votes
1
answer
197
views
Why are embeddings empty when indexing an azure storage blob container?
I created an Azure AI Search resource. Within that resource, I created a data source that targets an Azure storage blob container. Then I added an index with the usual fields plus an "embedding&...
0
votes
1
answer
87
views
How do I index a SQL Table where multiple columns make up the primary key in Azure Search Service?
I have a SQL database with a table whose primary key is a collection of three columns, say col1, col2, and col3. I want to have an index over that table using Azure Search Services, but the key ...
0
votes
1
answer
93
views
Configure Azure AI Search Service vectorizer to use TenantId, ClientId and ClientSecret
I am working with an Azure AI Search service and trying to configure it. However, I'm facing an issue: the OpenAI resource I need to use has API Key access disabled due to security reasons and ...
0
votes
1
answer
230
views
Azure AI Search: Documents not available immediately after upload - how to check when indexing is complete?
I have python code that reads a document, divides it into chunks, stores them in an Azure AI Search vector database, and then tries to retrieve them. However, on the first run, the documents are not ...
0
votes
1
answer
190
views
Azure AI Sharepoint Indexer issues - "apiError - Failed to update indexer"
I am setting up an indexer for our sharepoint library to interact with Azure AI Search. Here is the Datasource (Yes I am sending requests from a C# solution)
var url = "https://[search service ...
0
votes
1
answer
77
views
How do I merge two Azure SQL data sources?
I have two tables with 1..* relation:
Table 'Product'
Id
Name
1
Product 1
2
Product 2
Table 'ProductVersion'
Id
ProductId
Published
10
1
1
11
1
0
Now I want to merge these data sources in Azure Search ...
3
votes
1
answer
564
views
Azure AI Search - Tag Scoring profile on azureopenai extra_body
I created an index on Azure AI Search and connected it to Azure OpenAI using the extra_body. It works perfectly. However, I created a default scoring profile for my index, which boosts documents ...
1
vote
0
answers
117
views
How can I apply a filter on a Sharepoint Datasource in Azure AI Search at index-time
In Azure AI Search I have a Sharepoint Datasource with a query a libraries
"container": {
"name": "useQuery",
"query": "includeLibrary=https://xxx....
-1
votes
1
answer
88
views
I am not able to create the embeddings of my fields titleVector and contentVector
I used AzureOpenAI Vectorizer to create embeddings in my search index but it is not created in search index why while uploadind documents i only uploaded id,content,title and titleVector and ...
0
votes
1
answer
286
views
Azure AI Search: Newly Added Filterable Fields Not Populating After Indexer Run
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.
...
0
votes
1
answer
71
views
Azure AI search - Fuzzy search with same terms one char dfference
I have cosmos document with name "Test Only"
There is search index created on the cosmos.
when I am searching with search text "olly~1 AND olly~1" getting above record.
Below is ...
0
votes
1
answer
153
views
Azure AI Search - Python SDK - How to avoid ClauseLimitExceeded
Using Azure AI Search - Python sdk
When executing the following code, trying to do send a search request to the API:
search_client.search(top=6,search_text=full_text_query,select=['id'],filter=f"...
0
votes
1
answer
926
views
Azure ai throwing service request failed error 400
Whenever executing the below code it is failing as error 400, any help would be appreciated or any other way to do it.
Error 400: Service request failed.
Status: 400 (Bad Request)
We are using latest ...
0
votes
1
answer
566
views
How to Retrieve Vector Store ID in Azure AI Search for RAG Pipeline?
I am working on a Retrieval-Augmented Generation (RAG) pipeline and need to attach my documents to an Azure OpenAI Assistant. I have followed these steps:
Processed Documents: Extracted text and ...
0
votes
1
answer
90
views
One Index, Two Indexers, Populate Array
My index looks like this:
public class Content
{
[SimpleField(IsFilterable = true, IsKey = true)]
public required string Id { get; set; }
[SimpleField(IsFilterable = true, IsSortable = ...
0
votes
1
answer
257
views
Cannot import name 'INSTRUMENTATION_KEY' from 'azure.ai.ml._telemetry.logging_handler'
Trying to follow https://github.com/Azure-Samples/contoso-chat example
Search index must be created /workspaces/contoso-chat/data/manual_info/contoso-manuals-index.ipynb
%pip install azure-ai-...
0
votes
2
answers
329
views
Connect private Azure Table Storage Account with AI search
I have a Azure AI search instance and an Azure Table Storage Account. Both are in the Germany West Central region. Both services have a private endpoint and are connected to the same vnet and also to ...
0
votes
3
answers
2k
views
Azure Cognitive Vector search query and index creation
I wanted to create a Azure Cognitive Search to query course catalogue using vectors. I have pandas dataframe called courses_pd and it has two columns, 'content' and 'embeddings' which is the embedding ...
0
votes
1
answer
154
views
Azure RAG App: Inconsistent Query Results Using JSON Array Parsing with Azure Cognitive Search
I’m building an Azure Retrieval-Augmented Generation (RAG) application using Azure Cognitive Search to process trainee-related data stored in JSON files. Here’s the general workflow:
Data Structure: ...
0
votes
1
answer
685
views
Indexing excel files in Azure
I stored excel files in Azure Blob Storage and now I am trying to index the excel files using Azure AI Search but I could not do it. Everytime I try,it throws an error notification saying failed to ...
0
votes
1
answer
217
views
Add dynamic json document to Azure AI Search without defining field names explicitly
I have been looking at Azure AI Search to store dynamic json documents for vector search.
Understand that we can define json schema in AI search like below for a structured json. But, wonder if there ...
0
votes
0
answers
289
views
Scoping RBAC "Search Service Contributor" to an index in Azure AI Search Service does not allow index creation of that index
Azure Search Index Scoped RBAC Bug Minimum Working Example
You will need an Azure Search Service and two accounts. An admin account and a service account that you can change permissions on at the ...
0
votes
1
answer
263
views
Are Azure AI Search Indexers useful for real-time embedding?
We have a chatbot, in which users can upload files. These files are included into a RAG in real time. Currently we use a azure container app to extract text out of the uploaded files and the text is ...
0
votes
1
answer
385
views
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:
{
"...
0
votes
1
answer
279
views
Azure AI Search Split skillset configuration
I have a json array stored in a json file. The array elements have following fields:- id, name, category, description, etc. Description fields might have large content (100k+ chars) so I want to do ...
0
votes
0
answers
73
views
Organizing Content within an AI Search Index
I have thousands of text based content pages. I want to index them organized into categories within Microsoft's AI search Indexes. Any reccommendations/best practices?
I am thinking adding metatags ...
0
votes
1
answer
1k
views
Best approach for RAG using Azure OpenAI and AI Search with Python SDK [closed]
I struggle understanding what are the pros and cons of each one of these approaches for implementing a RAG using Azure OpenAI with AI Search as source, with Python SDK. Both work well, but option B ...
0
votes
1
answer
105
views
Is there a direct way to define the request and translate the response in a certain language?
I'm creating a chatbot using OpenAI and AISearch. Below is the request code. Now I wanted to translate my request and received a translated response based from a certain language.Aside using Language ...
0
votes
1
answer
91
views
Azure Search: different index per user
I need to make a system for "chat with your documents" (In a frontend app, where each user has collections of documents).
Initially, we thought of manually chunking and embedding each ...
0
votes
1
answer
554
views
Unable to edit field properties in Azure AI Search vector index
I have successfully built a vector index in Azure AI search and I will be connecting it to Azure OpenAI. However, when I build the index, I don't get an option to edit which fields are filterable, ...
1
vote
1
answer
908
views
Cannot access AI Search anymore from Azure Portal after setting a private endpoint
I am accessing Azure AI Search from a Web App. Hence, I have set:
Virtual Network with 2 subnets, one for AI Search and one for Web App
Created a private endpoint from AI Search to give access to Web ...
0
votes
1
answer
493
views
How to get the chunk index with Split Skill in azure AI search?
I am new to Azure AI search, I want to get an attribute chunk index from this skillset to know at which index in the document the chunk is located.
the content of pages after he split would looks like ...
-1
votes
1
answer
588
views
Azure AI Search Custom Skill, unable to keep the authResourceId in a skillset
I try to access an Azure Function which is protected by Microsoft Entra ID from an Azure AI Search Custom Web Skill. https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-...
0
votes
1
answer
176
views
Why does Azure AI Search REST API return different indexer status than the Azure Portal?
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 ...
0
votes
0
answers
480
views
Whats the Azure OpenAI Inference API Version used by AzureOpenAIEmbeddingSkill
I'm reading this doc about Azure OpenAI Embedding skill, but the document doesn't have any info or property to specify the Azure OpenAI Embedding Inference API (/deployments/{deployment-id}/embeddings)...
1
vote
1
answer
612
views
Shared private link powered Azure AI Search, an indexer with AzureOpenAIEmbeddingSkill in Debug sessions throws an error 403
I followed Make outbound connections through a shared private link to setup a shared private link between Azure AI Search and Azure OpenAI, and a usual indexer running works ok, it can vectorize ...
1
vote
3
answers
1k
views
Normalizing search scores on Azure AI Search
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 ...
0
votes
2
answers
261
views
Azure AI Search, Pulling Vectors Embeddings from SQL table
We have an Azure SQL table with a column called Description (varchar(1000)). While we loaded data into this table via ADF Pipeline, we used the REST API to create vector embeddings on Description. We ...
0
votes
1
answer
757
views
How to get page number from azure ai search index which is using split skillset?
We have created an Azure AI Search using Split Skillset to chunk our documents page wise and semantic configuration is also . Now we want to include the page number either at the end of the chunk ...
0
votes
1
answer
616
views
How to Add New Analyzers to Existing Fields in Azure AI Search Without Creating a New Index?
I've been working with Azure AI Search and encountered an issue while trying to change the structure of an existing index. Initially, I thought it was not possible to update an index until I tried ...
0
votes
1
answer
698
views
How to batch multiple vector queries to Azure AI search vector index API
I am running a similarity search for a given vector in Azure AI search. The below code submits one target vector and returns a set of the 5 closest matches.
I would like to submit a set of N target ...
0
votes
2
answers
885
views
azure ai studio - indexing problem (ai search)
Through the web interface of ai.azure.com I created all the necessary services such as azure ai studio with project, storage account, open AI, AI search, etc. And I connected all the services to a ...
0
votes
1
answer
332
views
Unable to retrieve custom metadata of Azure Blob when using Azure AI Search service
I am using Azure AI Search ‘Import and vectorize data’ to import data from a blob storage
The Blobs have a custom metadata called ‘ragstatus’
In the Indexer, fieldMappings property, I have an entry ...