Is it possible to use an App Registration from a different tenant to create an indexer in Azure AI Search?
Hi team, I’m working with two separate tenants: Can I configure an indexer in Azure AI Search on Tenant A by leveraging the App Registration keys from Tenant B? Or is it mandatory to use an App Registration from the same tenant where the AI Search…
how to check sharepoint document access for a user while using ai search
Hi, I want to check document level access for a given user in Sharepoint thru AI Search. I want to use already existing Identity for a user How can i achieve it thru programming in c#
Issues with Lookup Node in Azure PromptFlow Standard QnA Prompt
I am encountering issues with the lookup node in one of the standard QnA prompts provided by Azure PromptFlow. I was building on top of this drag-and-drop component and noticed the following challenges: Deprecation Warnings: The execution logs include…
What are the possible ways to connect an SQL db with Azure AI Search ?
I want to connect Azure AI search with SQL data base, I know it is effective to use azure sql service, but most of my data is on SQL server and the data gets updated frequently, so making copy of my data in azure sql seems inefficient. Is it possible to…
Azure AI Search - Import and vectorize data I can't I can't choose which fields I want to be filterable using Cosmos DB for NO SQL
Hi I need help please! When I create an index with the import and vectorize data wizard using Cosmos DB for NO SQl as a data source from the Azure Portal, at the beginning everything is OK, that is, it tells me which field I want to vectorize and all…
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…
How to not unecessarily re-embedd documents in Azure AI Search?
Hello all! I am using Azure AI Search to store some vectorized documents. In my use case, I will receive a new set of documents periodically. I want to add these to my Azure AI Search index. However, there is a high probability that some of these…
How to calculate search units in Azure AI Search ?
How is the number of search units determined? According to this Microsoft documentation : https://learn.microsoft.com/en-us/training/modules/create-azure-cognitive-search-solution/2-manage-capacity , the number of search units is calculated by…
Chat bot Text-to-SQL using Azure AI Services
Hey, im currently working on a chat bot that based on a user question it generates a query to the database and then it processes the result of that query in natural language. Im currently using Azure OpenAI and Azure AI Search to index the data source…
Using AI Search vector index in chat playground fails
I have deployed a GPT4-32k model in ai.azure.com. As the AI Search Service does not yet have a web site import function I have made an Azure Table with id, title, content and url and pasted static web site data from our company website into data rows.…
Key based authentication disabled for this resource
I'm trying to create a vector index by uploading a pdf file in the chat playground. However I keep getting an error message that my AuthenticationTypeDisabled: Key based authentication disabled for this resource. Its unclear which resource this is…
Execution failure in 'chat_with_context': TypeError for unsupported operand 'NoneType' and 'NoneType' in Azure AI Studio Chatbot Deployment
I have developed and deployed a chatbot using Azure AI Studio, but I encountered the following error during execution: Error Message: Execution failure in 'chat_with_context': (TypeError) unsupported operand type(s) for +: 'NoneType' and 'NoneType' This…
How to get citations from ai search with mappings to Copilot Studio bot
Hi, If AI Search produce 10 fields , how can i get few fields only from AI Search. Citations or document links are not appearing in MS Teams after publish from copilot studio. How to fix it. Please provide your suggestions Thanks, Balaji
Indexer does not read the metadata from the blob
Hi, I have a few documents uploaded to the blob storage, they all have a metadata added with name "Project". In Azure AI Search i clicked "Import and Vectorize data" - and went through with configuration. Then I added a new column to…
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…
Can Index Replicas be retained when an Azure Search Index is re-created using the Push method?
Hi guys I'm recreating the Azure Search Index using the push method. We use push method when we recreate index in .NET API project I was wondering if it is correct that when a Search Index is deleted and recreated, the replica of the Index is also…
Why does the default chunking algorithm used by Azure AI Search's "Import and Vectorize" feature lead to poor performance in RAG?
When you use the "Import and Vectorize" feature of Azure AI Search to get data from a container in a Storage Account and make an index based on it, it creates and uses this skillset. { "@odata.context": ..., …
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":…
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…
Portal returns updated results while the API returns outdated ones
I have created a GPT4 model in Azure OpenAI Service, and I want to add data source which is Azure AI Search (Cognitive Search Service). The problem is at the time of deployment i cannot see any data source adding option, it is deployed first and then…