Monitoring of Total storage or the free space of storage per Index for Azure AI Search
I would like to monitor the free space of Total storage or the free space of storage per Index for Azure AI Search resource. I see some numbers of "Total storage" with "Quota" and "Current" on the blade with Overview ->…
How to index JSON array where I have text and embedding inside?
Hi, My JSON is format as JSON array looks like {[{"chunk_id": "C:/Users/chunk_path", "parent_id": "C:/Users/parent_document_path", "chunk": "text", "title": "filename.xlsx",…
Azure AI Search: Why is OCR Reprocessing All Pages on Incremental Update?
Hello, I'm experimenting with Azure AI Search for a new feature in our product. I'm running into a problem where while I've activated the incremental enrichment, skills that are not supposed to be executed are executed. Our clients have PDF documents…
How to Update Changes in a Vector Database for PDF Content?
Here’s a clearer and more detailed version of your question for the Azure forums: I have a PDF file whose content has already been embedded into vectors and stored in a vector database. Recently, there were some changes made to the PDF. I want to update…
Out of quota after adding data source to model
After deploying Azure OpenAI model and making test request "hello" I successfully received answer from model. But after using "add you data" and downloading .docx document with single word "test" to blob storage I get…
How can I change the default responses given by the chatbot
I have created a questions and answer chatbot through the Azure portal by utilizing Azure AI Language and Azure AI Bot service. After implementing it on my website through the BotFramework-WebChat package, I noticed that the chatbot has a set of specific…
Azure ML prompt flow QnA model works in worskspace but the deployed endpoint does not work
I have been working on a prompt flow QnA chatbot for a while now and it has been working well. Recently i redeployed my model with minor changes and the endpoint does not work anymore: below is the error that i have : "Execution failure in…
Does Sharepoint Indexer for Azure Search support Alternative chunking methods or configuration parameters?
Dear Team, i recently discovered the Sharepoint Indexer and it is quite helpful for us to set up an initial prototype. We are thinking of migrating to a custom build solution (with Microsoft Graph - as broadly described in the tutorial). That is…
Problem deleting AI search resource
Deleting an AI search resource "gptkb-xp2warnlhe5i6", return the following error: gptkb-xp2warnlhe5i6: Unable to delete Search Service: 'gptkb-xp2warnlhe5i6'. LockedSPLResourceFound: Unable to verify management locks on Resource…
An error occurred when calling Azure Cognitive Search: Azure Search: Please assign a proper column/field for vector search. It should be of type Collection(Edm.Single)
Hi everyone, I’m currently working on a project where I'm using Azure OpenAI. However, I’ve encountered the following error: Error Message: An error occurred when calling Azure Cognitive Search: Azure Search: Please assign a proper column/field for…
Unable to save authResourceId for a Custom Skill in Azure AI Search Skillset
I try to access a custom skill which is an Azure Function protected by Microsoft Entra ID. I followd this tutorial, and enabled the identity provider on the Azure Function.…
Reading User Documents as Input to Copilot Prompts
Hello everyone, We are exploring the possibility of creating a custom chat and RAG solution using Azure OpenAI for our team, and we have a specific requirement that I hope someone can help clarify. We would like to implement a system where each user can…
About index field settings for Azure AI Search service.
Let's say you have defined two SingleCollection columns (vector columns) in one index. Is it possible to perform a cosine similarity vector search on those two SingleCollection columns (vector columns)? Example: Let's say you have set up the index schema…
Azure Search -> Import and vectorize data: filterable title
This page outlines the "Import and vectorize data" feature in Azure Search. It mentions that the title field is not filterable by default and that this setting cannot be changed. However, step 6 in the "Check results" section suggests…
How to make references in chat playground to show their content?
Greetings. I am testing my chatbot in the Chat Playground of Azure AI Studio and when I make questions to the bot, I get the answer with a reference to where it found the appropriate answer. Howerer, the reference doesn't link to the content of it. How…
Azure AI Search - Prevent rerunning AI Skills on Indexer or Index loss
I'm working on a project that is going to index a large number of blobs from Azure storage (pdfs and images) with an OCR skill to do text extraction for use in Azure Search. Using OCR to index all of this data is likely to cost multiple thousands of…
I have a question about the assistant playground in Azure OpenAI.
I'm using the Assistance playground in Azure OpenAI. I have added 20 JSON data files to one vector store and am testing by connecting the assistant and the vector store in the assistant playground. The 20 JSON data files have a total of 34000 pieces of…
Azure search index size alerts
Hello! I would like to setup alerts based on the size left for the index storage in Azure Cognitive Search but i do not see anything related in the metrics panel or in the alerts signals. Do you any of you know how to do so? Thanks!
How can I upload JSON documents to a search index while running an indexer ?
I'm following this demo with my own data. However it requires input data to be stored in an Azure Data Source. The problem is, I don't want to create an Azure Data Source as data will already be stored as indexes. I know that I can upload JSON…
Services Unable to Communicate with Private Endpoints Enabled
We have deployed a solution using various Azure services, including a Web App, Storage Account, Azure OpenAI, Azure AI Search, Content Safety, Multi-Service Account, and SQL Server. When these services communicate over the public network, they connect…