Index Custom metaData properties to a specific index
I have this custom metadata defined in a file: I want to pass them to my fields in my index so that I can use them to filter my search, here's the field structure: I'm having an issue passing this custom metadata values, can someone help me?…
Images and Azure AI Search
Hey, I have uploaded my images in the .jpeg format in a storage account in the azure portal. The network setting is set to all networks for the storage account. Next, I used the azure ai search service and indexed the images as well, used the OCR skills.…
Regex Queries in Azure AI Search
Hi everyone, I'm working on integrating Azure AI Search into a web application using the AzSearch.Automagic JavaScript library, but I’ve encountered a challenge. The Problem: I can successfully run the following query in the Azure Portal's Search…
How do we upload vector embeddings to an Azure AI Search index
So I recently created vector fields and a vector profile for them and tried to mergeorUpload these vector embeddings to the index. I already embedded certain textual columns and stored them in a dataframe along with the rest of the columns in the same…
Azure Pricing
Hello. I am a University student who is pursuing a simple chatbot project and I recently discovered that I am being charged a lot from Azure from using some services. I request you to please provide waiver for those charges and let me know the details so…
Azure AI Foundry -> Prompt Flow deployment always throws - Endpoint "[ProjectName]" creation failed error
Azure AI Foundry -> Prompt Flow deployment -> Always throws - Endpoint "[ProjectName]" creation failed erro****r. The complete log is added below. The request is invalid. Status: 400 (The request is invalid.) ErrorCode: BadRequest…
Failure in Generating Azure AI Search Index with Custom Metadata in Blob
Custom metadata in Blob, named fileauth, contains string value. AI Search skillset include Text.SplitSkill and Text.AzureOpenAIEmbeddingSkill.Since fileauth does not require embedding, no mappings were configured for it. AI Search indexer has the…
Cognitive Search - Custom blob metadata keys
How do I take a custom metadata key added to a blob and include it in an index? I know that when using contentAndMetadata or metadataOnly on blobs, certain metadata properties such as metadata_storage_path are available to the indexer. For example,…
How to make index from image URLs using AI Search?
I have data that have URL which contains links of image, can Ai services directly access the links to make indexes or can use visionary skills on the links? or we have to download the images separately, or there is another way present on azure to do…
Vector index unsupport txt file
I am trying to test FAISS index. I upload a txt file and run it. This is the result. As you see the pictures above, the first task(chunking) has been successful. I got the 37 chunked docs. The error is occurred in the second task. I looked the…
Delete documents from Azure AI Search Index
Hi , We used the "import and vectorize" wizard in the Azure Ai Search service for importing data from azure blob storage. This created an Index and Indexer. The Key field in the index shows as Chunk Id. The search works as expected. The problem…
Azure AI Search - Is query text tracking/tracing/analytics disabled by default?
Hi, I have set up a RAG flow as an Azure AI Foundry Prompt Flow. It features Azure AI Search for querying the context data (I'm using vector + keyword search sometimes and other times semantic search). I'm trying to make sure my entire end-to-end…
Azure AI Search Split Skill not splitting chunks accordingly
I am running into problems with the Azure AI Search and its skillset. I get the following error: Skill input 'text' was '12684' tokens, which is greater then the maximum allowed '8000' tokens. Consider chunking the text with the SplitSkill in order to be…
Azure Open AI chat deployment failing from Azure AI Foundry
Hi, We have created RAG and trying to deploy chat what we see as chat playground as Azure Web App. Azure Plan gets created however the actual deployment fails. Here is the stacktrace from deployment logs. We have tried multiple times. Is it known…
AI Search indexing has started failing on all deployments with a DNS error
I have 4 or 5 Azure AI deployments with private endpoints, no public access, all stable, all deployed with Terraform, all are tested the same way with a single PDF which usually indexes fine. I've built dozens of these things over the last few months,…
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 the same subnet. I added the Azure Table Storage…
What are the cost effective models from Azure AI service for bot implementation on corporate data like SharePoint as I have see its currently in preview but we would like to use for internal purposes and make it broder for whole organization gradually?
What are the cost effective models from Azure AI service for bot implementation on corporate data like SharePoint as I have see its currently in preview but we would like to use for internal purposes and make it broder for whole organization…
Azure AI Studio - Prompt flow - "Flow is missing" error
I am trying to create a prompt flow in Azure AI studio, and I keep getting the "Flow is missing" when I try to open the flow after creating it. I have tried all types of flows i.e. standard, chat and evaluation. I am not able to proceed…
I want to integrate AI Search into Copilot Studio Bot , but copilot studio expect AI Search to be vector. Still i'm using REST API's for Sharepoint online . Can you guide me how can i create vector search for all documents
Hi Team, I want to integrate AI Search into Copilot Studio Bot , but copilot studio expect AI Search to be vector. Still i'm using REST API's for Sharepoint online . Can you guide me how can i create vector search for all documents ? Please provide code…
Create an indexer for Azure Search service index from blob storage (Json Array data) with Native blob soft delete
Hi There, We are building a public facing website using Azure Search Service to look up for data. Our data is in CRM and we use power automate to copy day into azure storage table. And a scheduled indexer to feed data into the Search Index. However, it…