Data Importation is taking long periods of time to validate.
I’m experiencing unusually slow data validation during imports. It worked fine initially, but now it takes much longer. I upgraded from a free account to a Developer subscription, but the issue persists, even though I have credits available. I also…
Rest api to access the index
Hey, I have been using the azure search index on the portal itself to query, but I wanted to try it using Postman. so this is the url - https://ai-search-service-<hidden>.search.windows.net and i have the primary key what else is required. Can i…
Index doesn't appear in the process of indexing and skillset
Hi, I am trying to convert text data in "txt "column in azure sql db to vector data and saving the data in "txt_vector" attribute in index below, but I see nothing in index when I run the indexer. Does anyone give me a clue for…
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…
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…
Azure portal giving strange error when I try to access "AI Search service - Search management - Indexes" setting
Azure portal giving strange error when I try to access "AI Search service - Search management - Indexes" setting: Error message:{"message":"Failed to fetch","stack":"TypeError: Failed to fetch\n at…
Why llm token count increased if I directly attached the data source to the llm model
The question presents two scenarios involving AI search and an LLM: Scenario 1: AI search is done separately. The search results are passed as context to the LLM. The LLM processes this context, consuming X tokens in total. Scenario 2: The LLM…
Scaling a RAG chat app with Azure OpenAI and Azure AI Search
Hello, I have a RAG chat app based on this GitHub repository from Microsoft. I'm currently using these services and tiers: Azure AI Search - Standard Tier Azure OpenAI - Standard tier with a GPT 4o model deployment with a rate limit of 450000…
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…
Vector index unsupport txt file
I am trying to test FAISS index. I upload a txt file and run it. This is the result. As you see the pictures above, the first task(chunking) has been successful. I got the 37 chunked docs. The error is occurred in the second task. I looked the…
Azure AI - Inconsistent responses for the same question.
Hello! I'm wondering if anyone knows if there is a reason for the chatbot to occasionally give an answer of "The requested information is not found in the retrieved data. Please try another query or topic." even though it has given an answer to…
Leveraging Azure AI services (AI Search) for different data source.
Hello, We are working on a Proof of Concept (PoC) to leverage Azure AI services (AI Search), enabling users of our web application to query data using natural language. Our use case involves scenarios where the data source could be a database hosted on…
Could not complete vectorization action. The vectorization endpoint returned status code '401' (Unauthorized).
I am having the issue when vector querying an index in Azure AI Search. The error message is: Could not complete vectorization action. The vectorization endpoint returned status code '401' (Unauthorized). I've checked both my AI Search and 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":…
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…
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…
Index Custom metaData properties to a specific index
I have this custom metadata defined in a file: I want to pass them to my fields in my index so that I can use them to filter my search, here's the field structure: I'm having an issue passing this custom metadata values, can someone help me?…
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…
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…
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…