Azure OpenAi GPT 4o returning "rate_limit_exceeded"
Hello, We have setup a pay as you go account, and we are using Azure openAI services for our internal use case. We have been using GPT-4o for the last 3 months with Assistants API and Azure AI search as well, it was working properly and most of our use…
Unable to Enable Vector Search in Azure OpenAI Chat Playground for Azure AI Search Data Source
When I am trying to create a chat playground I can't enable vector search for my "Azure AI Search" data source. The index has embedding included and I have embedding in my deployment. The steps I have taken to get here. Go to Azure OpenAI…
Question on fairly complicated rag code base from Azure-Samples that doesnt't use Azure document skillset api
I'm interested in creating a pdf document ingestion pipeline. I followed the tutorial here https://github.com/Azure/azure-search-vector-samples/blob/main/demo-python/code/integrated-vectorization/azure-search-integrated-vectorization-sample.ipynb and…
I am paying for 200GB in Azure AI Search. Why am I getting out-of-storage-space errors at only 170GB?
Hello. I have an S3 AI Search service. I created it before March, so it has only 200GB. I looked at my indexes and I added up all the Total Storage Size values, and I got 170GB. However, in my metrics it says that my service is using 196 GB. Where…
How can I retrieve images in a chunked Azure search index?
My issue is relatively simple. I am using Azure Ai Search to index a set of documents. These documents are mostly PDFs but other formats as well. Most of them have embedded images. I know that in the document cracking phase these images are split from…
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…
How to use AI Search to extract a portion of content from a document in Azure?
How to use AI Search to extract a portion of content from a document in Azure? The document itself contains a lot of content, but I only want to extract a part of it that meets the conditions. For example, document content: XXXXXXXXXXXX Quantity of…
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…
How to set vector value while doing search in Azure AI search Java SDK?
I want to do a vector search in Azure AI search Java SDK. In some old tutorials I see there was a setValue function in SearchQueryVector class. But now I am not sure if that class exists. In VectorSearchOptions class I can add List<VectorQuery>.…
Scaling on Azure AI Search - indexes content
Hello, I've been using RAG chat app with Azure OpenAI and Azure AI Search for a year now. I've ingested many documents, which resulted in some necessary costs in order to have better results with the help of Azure Document Intelligence. The next step to…
Get different results with query on search index
Hello, I am performing a search on my data. So, the scenario is that - I query from the UI to which the search service is connected. I get a few results example- links If now I query again asking to get me some more links, then I get the same links…
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…
Does Azure AI studio endpoint deployment reflect changes made in Index?
Hello, I have quick question regards Azure AI studio endpoint and its association with index. Currently, I have a index built using Azure AI Search. I also have endpoint deployed in Azure AI studio by deploying a prompt flow. This endpoint uses the…
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…
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",…
Unable to Deploy Azure AI Search in West Europe Region
Why am I unable to create Azure AI Search resources in the West Europe region? PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.
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 ->…
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…