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] 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…
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…
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…
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 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…
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',…
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 …
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…
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…
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…
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…
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…
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…
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…
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…
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…
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?…