Use Vector Index created in Azure Portal >> Azure AI Services >> AI Search in Azure AI Foundry
I have a spreadsheet (csv file) with data in it. I added that data to Azure AI Foundry under Data + Indexes. Subsequently, I added an Index and created a Vector Index. However, it wasn’t performing as well as needed. So, I needed more control over…
Azure AI Search
Azure OpenAI Service

Can i use windows explorer search to utilize advanced search using keyword for azure files share and using azure ai search with semantic rankers
Can i use windows explorer search to utilize advanced search using keyword for azure files share and using azure ai search with semantic rankers https://learn.microsoft.com/en-us/azure/search/search-file-storage-integration
Azure Files
Azure AI Search
Azure Blob Storage
Can i use windows explorer search to utilize advanced search using keyword for azure files share and using azure ai search with semantic rankers
Can i use windows explorer search to utilize advanced search using keyword for azure files share files using azure ai search with semantic rankers. kindly check this link : https://learn.microsoft.com/en-us/azure/search/search-file-storage-integration
Azure Files
Azure AI Search
Azure Blob Storage
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…
Azure AI Search
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…
Azure AI Search
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…
Azure AI Search
Azure OpenAI Service
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…
Azure AI Search
Azure Blob Storage
Azure AI services
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…
Azure AI Search
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
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.
Azure AI Search
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…
Azure AI Search
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…
Azure AI Search
Azure OpenAI Service
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',…
Azure AI Search
Azure OpenAI Service
[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 AI Search
[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…
Azure AI Search
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", …
Azure AI Search
Azure OpenAI Service
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…
Azure AI Search
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…
Azure AI 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 …
Azure AI Search
Microsoft 365 and Office | SharePoint | For business | Windows

Azure OpenAI Service
Azure AI services

By code, how to include AI Search results based on files data for citations using CompletionClient complete call ?
Hi, Starting from the basic example provided in Azure AI SDK (https://learn.microsoft.com/en-us/azure/ai-studio/quickstarts/get-started-code?tabs=windows) based on the OpenAI gpt model I trained using files as datasources in AI Foundry, I wanted to do…