Inconsistent results with AI Search and Open AI Models : Understanding the interaction between model and Azure AI Search
While using Open AI model (gpt 3.5 Turbo) with Azure AI search via a python based web application and the search results are very disappointing and unreliable. I have setup a semantic configuration too. I noticed when i search for something i.e Find all…
Cannot index my data (Data ingestion failed
When i try to index my data using AI search, the Step 1 (cracking and chunking)works successful, but Step 2 (Creating Azure AI Search Index) fails with the error data ingestion failed. I get the following logs I am the owner i have the owner permission…
Index Lookup Error in Azure AI Studio Prompt Flow
I am building a straightforward RAG prompt flow within Azure AI Studio. I have loaded the data and created the indexes successfully, and I am able to use the data in the Chat Playground to generate responses. However, when using the "Index…
Azure AI Studio: Error in Index Lookup Step of Prompt Flow ('search_function_construction')
I'm experiencing an issue with Azure AI Studio while working on a prompt flow. I had successfully deployed multiple versions before, but suddenly, I started encountering an error during the index lookup step. The error message is: lookup : Execution…
Azure OpenAI – Agentic AI – Semantic Kernel – RAG integration
I designed an ASP.NET Core WebAPI application which provides chatbot capabilities by searching for specific products through some internal documents. I used for this application the RAG approach. It’s working just fine. Now I want to leverage the Azure…
Azure AI Search embeddings: max content length exceeded?
Creating embeddings for an array of 100 JSON objects in order to create an index. Loop through the objects creating an embedding for the body field (six simple fields and one vector field) and get error "This model's maximum context length is 8192…
"Import and vectorize data" -- vector or hybrid index?
When using the "Import and Vectorize Data" option (say, on JSON documents), are the original text fields preserved in the index with vectors added (for example, "body:" and "bodyVector:") or is the document simply vectorized…
How to create index using custom chunking within the enrichment pipeline in Azure AI Search
When using the built-in SplitSkill in azure indexer pipeline, Azure AI Search automatically provides a chunk_id field to each chunk, allowing them to be individually indexed. However, when replacing this step with a custom Web API skill that returns…
azure private endponit and private dns zone not working on different subscription?
Hi All, I have issue about all azure service disable public access and enable private endpoint access only. I've 2 subscription, i deploy azure services for support ai search solution on subscriton A as spoke network and subscription B as Hub network…
How to fix Unknown Model error?
I am following Build a Custom Knowledge Retrieval (RAG) chatbot using Azure AI Foundry. I have setted up the AI search and also deployed two models gpt-4o-mini and text-embedding-ada-002, but I can't seem to access them in my computer using azure sdk. I…
Issue with calling Azure AI Foundry API in React Native Environment
Hi there, I'm working on a mobile application development project that connects to Azure AI Foundry Prompt Flow. It's essentially a knowledge-based AI chatbot app. Currently, I'm facing an issue with calling the API from the Image Prompt Flow. As shown…
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…
Unreliable Results When Indexing SharePoint Document Libraries in Azure AI Search Preview
We indexed the contents of a SharePoint document library in Azure AI Search following the instructions provided here: https://learn.microsoft.com/en-us/azure/search/search-howto-index-sharepoint-online#limitations-and-considerations. During testing, we…
Why is the data source configured for Full Text Search (using a SQL Virtual Machine) not usable for Vector Search?
I have following Question: SQL Virtual Machine Compatibility Issue: Why is the data source configured for Full Text Search (using a SQL Virtual Machine) not usable for Vector Search? In the "Import and Vectorize" option on the Azure…
How to count the distinct number of source documents in Azure AI Search Index
Hello, I would like to be able to count the number of source documents in my Index. Of course, the index shows the number of 'documents,' but this is really document chunks. I am using the UI in the portal to 'Import and Vectorize.' I see a discrepancy…
Trouble connecting Copilot to Azure OpenAI Services
I am experiencing significant challenges in getting my Copilot to connect to Azure OpenAI Services, specifically for accessing my data index. Here’s a detailed breakdown of the steps I’ve taken and the issues I’m encountering: Setup in Azure OpenAI…
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":…
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…
How to create an index and indexer for RAG solution with Azure OpenAI and Azure AI Search in Python?
Hello, I am an enthusiastic supporter of the potential that Azure solutions, particularly regarding RAG, bring to the table. However, my current approach to index creation appears somewhat rudimentary. I currently upload my source documents to Azure Blob…
How to transfer data between Azure AI Search (including vectorized data)
I would like to inquire about how to transfer data (including vectorized data) stored in Azure AI Search stg to Azure AI Search prd. In order to reduce costs, I would like to transfer data without re-vectorizing vectorized data. The original document…