I am unable to create index in Azure AI search using C#
I have followed below git repo to create index in Azure AI Search (Line 231 - 307) https://github.com/Azure/azure-search-vector-samples/blob/main/demo-dotnet/DotNetVectorDemo/Program.cs I am not using SemanticSearch so removed code from Line 266 -…
How to invoke Azure AI resources on an ER-connected internal network
Hello, I'm currently an internal network PC user connected to Azure ER. I'm using vscode for development Invoking azure resources by modifying the window's host file. It is possible to call the index list of aisearch via postman, but An ssl error is…
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 AI - Error 429 GPT4o Chat Playground
Dear Team, I have configured in Azure AI Chat Playground the "Add your data" (Preview) with GPT4o deployment. It is connected to my Azure AI Search Index which has 9 PDF documents. Whenever I chat with the bot, it successfully respond to the…
"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…
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…
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…
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…
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…
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://zcusa.951200.xyz/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…
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…
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…