Error code: 400 - {'error': {'requestid': 'code': 400, 'message': "Invalid AzureCognitiveSearch configuration detected: Call to get Azure Search index failed.
Hello, I have Virtual machine created in azure, I am trying to access azure open ai and azure search service from virtual machine but it is giving below error Exception Error code: 400 - {'error': {'requestid': '9ad0e3db-ef59-4ffc-9237-fd5970e39c74',…
Dynamically customize web app for different users and user groups
Hi, am designing a chatbot and I want to give different users different versions of a chatbot. I have implemented a RAG architecture with Azure AI Search as my search index and Azure OpenAI as the GPT model provider. For example, when the user logs in…
New to azure andsee this error: Basic authentication for this app is currently disabled and may impact deployments
i am a new user , taking the coursera course 'Make Apps with ChatGPT and Generative AI' , I think I chose the Comsumption plan (pay-as-you-go) and i am trying to create a new function app to follow a tutorial. I created a new group, a new function app…
AI Search Indexer will not create at all no matter what options I select?
Trying to setup Azure AI Search service, following the initial wizard is fine, then go to the resource and import data, and every time fails on creating the indexer with the following error. If I go to create the indexer afterwards still get the same…
SplitSkill in Azure Cognitive Search retrieve chunk_id
When using the SplitSkill in Azure Cognitive Search, I need to know how to retrieve the unique chunk ID for each split section of the document. Since the skill divides the text into chunks (pages), I want to understand where the chunk ID is stored and…
Can we connect Azure AI Search with newly available model O3 mini in azure open ai Studio?
I want to connect my newly deployed model o3 mini with my azure AI search index to performe RAG But add you data tab is not visible inside bring your own data tab, Is this functionality is in progress for this model or we cant acquire this with this…
How to restrict sensitive information in AI Search
Hi Team, How can i restrict sensitive information while i querying from AI Search. Scenario : If Credit card information is there in a document , it should n't retrieve while user asked in his prompt. How can i acheive this while using AI Search in…
I need help with uploading documents involving vector embeddings?
So I have an issue where when Im trying to upload documents without vector fields , it works well but when I'm involving vector fields which are vector embeddings, it displays this error: …
Azure AI Search Index Not visible in Copilot Studio
I have connected Azure AI Search to Copilot Studio, and the connection has been successfully established. However, when I try to select the index, it does not appear in the tab and shows a message stating, "No index found" as shown in the…
Can I use Azure Blob files to create a vector store
Hello, From this page I was able to set up a Azure Blob stroage and conenct to the an open ai chat assistant - https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/use-your-data?tabs=blob-storage%2Ccopilot However, I am interested in…
AI Foundry (Cohere) embeddings in AI search wizard not working
No matter what I do, I can never select an AI Foundry embedding model in the Import and vectorize data in Azure AI Search. I wanted to try the SByte vector encoding via Cohere. I use East US for: resource group foundry project/hub ai search and all…
![](https://techprofile.blob.core.windows.net/images/J5Ummv5_AwAAAAAAAAAAAA.png?8D86A8)
Indexing html & htm documents from Azure Blob Storage to Azure Search Index using an Indexer.
Hello everyone, I am trying to set up an indexer that will index documents from a data source (Azure Blob Storage) to an Azure Search Index. I have also created a skillset that contains a chunking and an embedding skill. Specifically these are the…
Regex Queries in Azure AI Search
Hi everyone, I'm working on integrating Azure AI Search into a web application using the AzSearch.Automagic JavaScript library, but I’ve encountered a challenge. The Problem: I can successfully run the following query in the Azure Portal's Search…
How to redact CVV
Hello. I am using Azure PII recognition to redact credit card numbers using the CreditCardNumber entity category. I am very happy with the results. I also need to redact the CVV verification number found on the back of the credit card in addition to…
Datasource connection error in open AI
Hi Team, Could you resolve my below error when connecting data source with open AI. I tried to resolve from 2 days Error -The Azure OpenAI Service resource has disabled system assigned managed identity.
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…
[Azure AI Search] Index Management
Hello! I have some questions about implementing a search service through Azure AI Search. [Requirements for the service to be developed] There are multiple categories (ex> HR, purchase, etc.) in each project, and multiple documents are managed by…
Azure Pricing
Hello. I am a University student who is pursuing a simple chatbot project and I recently discovered that I am being charged a lot from Azure from using some services. I request you to please provide waiver for those charges and let me know the details so…
How to make o1-mini work with "on your data" REST API?
I am sending this request via Postman: POST https://example.openai.azure.com/openai/deployments/o1-mini/chat/completions?api-version=2024-10-21 { "data_sources": [ { "type": "azure_search", …
Trouble with TPM Azure AI
I have created an Azure AI bot using a trial Azure account, which provides a limit of 1,000 TPM and 6 RPM. My setup includes: Data Source: SharePoint (indexed via Azure AI Search) Search Index: One document with a single page Search Service Tier: S1 …