Azure AiSearch indexer creation for sharepoint link issue
Hello dear community, I'm trying to create an Indexer in Azure Cognitive Search service that's linked to a sharepoint library. But, it's not being created, it does not appear in my indexer list in azure Aisearch. on the creation of the index and the…
Azure AI Foundry - Rate Limit Exceeded Try again in 86400 seconds
Hi I have deployed a gpt-4o model in Azure AI Foundry and am trying to test it in the Chat Playground. I've used the Add your data section to create a vector index that points to my Azure Blob storage location where the files for the gpt model to…
How to Ensure GPT-4 (Azure OpenAI) Includes Original Terms in Parentheses During Translation
I'm using the Azure OpenAI Service with the GPT-4 model (GPT-4o mini) to create a bot for translating psychoanalysis articles. The translations need to preserve specific technical terms from the source text by including them in parentheses alongside the…
GPT-3.5 Turbo Deployment Issue: Cross-Region Integration Challenges with AI Search
I have deployed the GPT-3.5 Turbo model, and my AI search (index and data source) is hosted in Sweden Central. The OpenAI service was created in Sweden, but the GPT-3.5 Turbo model is available only in France Central. Whenever I interact with the model,…
Getting data through api for using it in prompt on my application
Hi, I want to get data from Api in my prompt where if I ask questions to it will give response according to the data I'm getting from Api, how I can do this? Give me step by step approach, I know how to use OpenAI model in azure I've used it manually…
Creating search index on website only has one page
We use AI search to index our website <website removed> - when creating index only home page gets indexed? How do we make it crawl entire website? Thanks.
How to create my own Web data sources like Azure AI Studio for Azure AI Search
I can rapidly create a RAG solution using a web site as a data source via Azure AI Studio from within the Chat Playground. Here is a data source created in chat playground that indexes a web site: When I take the next step to create the underlying…
Azure AI Search Split Skill not splitting chunks accordingly
I am running into problems with the Azure AI Search and its skillset. I get the following error: Skill input 'text' was '12684' tokens, which is greater then the maximum allowed '8000' tokens. Consider chunking the text with the SplitSkill in order to be…
Azure OpenAI data not loading in chat playgroun
Hi, I'm experiencing an issue with the GPT-4 Mini (2024-07-18) model in Azure OpenAI. The model isn't providing responses that match my provided reference data. The system worked correctly yesterday, but today when using the same prompt and index, it…
What are some of the "best tech trends" involving lock screen widgets that Android users should follow?
I’ve been noticing a lot of buzz around "lock screen widgets" lately, and I was wondering—what are some of the coolest or most useful trends for Android users? I’m talking about stuff that makes life easier or just looks super cool on your lock…
Getting data through api for using it in prompt on my application
Hi, I want to use data which I'm getting from Api in my prompt, the data is present at client side and I can access it through Api, now I want to use that data for prompt, I want to fetch info from natural language to SQL, which I've done manually using…
Text Analysis in PDF Documents with Azure AI Services
Hello everyone, I am working on a project where I regularly handle extensive collections of PDF documents filled with specific technical terms and abbreviations. These documents also vary greatly in layout and formulation, presenting a unique challenge…
Getting error "Failed to fetch resource groups: (intermediate value)(intermediate value)(intermediate value) is not iterable (cannot read property undefined)"
Azure AI Foundry| Azure OpenAI Service while Trying to deploy as web app from a chat play ground am getting the following error "Failed to fetch resource groups: (intermediate value)(intermediate value)(intermediate value) is not iterable (cannot…
Getting data through api for using it in prompt on my application
Hello, I want to use data which I'm getting from Api in my prompt, the data is present at client side and I can access it through Api, now I want to use that data for prompt, I want to fetch info from natural language to SQL, which I've done manually…
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…
Images and Azure AI Search
Hey, I have uploaded my images in the .jpeg format in a storage account in the azure portal. The network setting is set to all networks for the storage account. Next, I used the azure ai search service and indexed the images as well, used the OCR skills.…
How do we delete specific documents from an Azure AI Search Index?
I tried to delete some few documents beyond a certain date for my date field, but it ended up deleting a lot more. I realised its because my date field is just string values so it ended up in so much deletion. How do I delete specific documents for…
How do we upload vector embeddings to an Azure AI Search index
So I recently created vector fields and a vector profile for them and tried to mergeorUpload these vector embeddings to the index. I already embedded certain textual columns and stored them in a dataframe along with the rest of the columns in the same…
Forbidden error with vector embedding skill in Azure AI Search Index
Hi, I'm currently working with the Azure AI search index and trying to implement vector embedding skills as outlined in the GitHub repository at https://github.com/Azure/azure-search-vector-samples.git. Despite following all the provided steps, I'm…
Delete documents from Azure AI Search Index
Hi , We used the "import and vectorize" wizard in the Azure Ai Search service for importing data from azure blob storage. This created an Index and Indexer. The Key field in the index shows as Chunk Id. The search works as expected. The problem…