724 questions with Azure AI Search tags

Sort by: Updated
1 answer

how to use indexer with imageAction(generateNormalizedImagePerPage) in search index?

I'm using this script https://github.com/microsoft/sample-app-aoai-chatGPT/blob/main/scripts/data_preparation.py and I want to get page number. I find out it can be done using indexer with imageAction=generateNormalizedImagePerPage configuration but I…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
957 questions
asked 2024-04-25T16:50:06.5133333+00:00
Rasul 0 Reputation points
answered 2024-04-25T23:28:09.4266667+00:00
Grmacjon-MSFT 16,191 Reputation points
1 answer

how to automate the addition of documents to “bring your own data” on azure openai in python?

good morning, i am currently using bring your own data to load my documents into my ai search resource and index, i would like to automate this process with a python script, i would like to do the steps in the screenshot below in python, then use the…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,203 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
359 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,407 questions
asked 2024-04-25T06:56:12.04+00:00
AMROUN Lysa 221 Reputation points
answered 2024-04-25T14:45:57.21+00:00
SnehaAgrawal-MSFT 18,366 Reputation points
1 answer One of the answers was accepted by the question author.

Most of the times expected data is not retrieved from Cognitive AI search and returns information is not available.

I am trying to incorporate AzureCognitiveSearch for my GenAI use case. I have my files uploaded in Azure blob storage and have to retrieve key information(through intelligent search), summarization - chatgpt on our own data from multiple pdf documents…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,203 questions
asked 2024-04-03T03:10:44.8266667+00:00
Kaustav Ghosh (LTIMINDTREE LIMITED) 65 Reputation points Microsoft Vendor
commented 2024-04-25T12:46:08.78+00:00
Antoine DRIARD 0 Reputation points
1 answer

My search result is not coming as expected. Exact match is not coming on top for Chinese Index and fuzzy search 道南~1

I am searching (fuzzy) text = 道南~1 in n21mobile_demo index but in the result exact matching records with 道南 are not coming on top and have 0 scores.

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
asked 2024-04-11T12:31:48.9766667+00:00
Santosh Singh 0 Reputation points
commented 2024-04-25T03:32:30.8433333+00:00
joseandresc 320 Reputation points Microsoft Employee
1 answer

python calls openAI and reports an error openai.PermissionDeniedError: Error code: 403

Calling client.chat.completions.create reports an error openai.PermissionDeniedError: Error code: 403 - {'error': {'code': 'AuthenticationTypeDisabled', 'message': 'Key-based authentication is disabled for this resource. '}}

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
asked 2024-04-23T15:46:25.6233333+00:00
Edward H T WANG_SP 0 Reputation points
edited the question 2024-04-24T10:00:28.4133333+00:00
romungi-MSFT 42,286 Reputation points Microsoft Employee
2 answers

Deploy stuck when using index on azure AI studio

I encounter an error when using Deploy on webapp and also using an index as data source. The deploy works pretty well without a specific data source but when trying to add an external index or when using index it seems that the ai studio cant access my…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,407 questions
asked 2024-04-18T08:20:11.2233333+00:00
Banzine 0 Reputation points
commented 2024-04-24T08:42:38.2966667+00:00
Banzine 0 Reputation points
1 answer

Azure Cognitive Search Indexer Not Reflecting Decreased Document Count After Deleting Files from Storage Account

I have set up Azure Cognitive Search with a data source, index, and indexer. Additionally, I have created a skillset with incremental enrichment enabled and an indexer cache location connection in a storage account with a container named…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,719 questions
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
957 questions
asked 2024-04-16T18:39:41.51+00:00
Dinnemidi Ananda Kumar 60 Reputation points
answered 2024-04-24T03:29:59.92+00:00
Grmacjon-MSFT 16,191 Reputation points
0 answers

Challenges Querying SQL Database with Azure AI Services

Hey there! I'm having trouble with Azure AI Services. I'm trying to connect my SQL database to Azure AI Search, but I'm struggling to get the right info from it using Azure's OpenAI Playground (Chatbot). Database Schema - S.no | Dist_Id | Dist_Name |…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,203 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,407 questions
asked 2024-04-22T10:50:19.5766667+00:00
Kushagra Sharma 90 Reputation points
commented 2024-04-23T13:36:37.07+00:00
romungi-MSFT 42,286 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Script to create container and populate on Mac

Just to bring your attention to a issue with mslearn-knowledge-mining/Labfiles/01-azure-search/ Lab for Mac users - the only method provided by the exercise to create a container and populate it is via a script that doesn't run on Mac by default.

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
asked 2024-04-10T14:34:42.1533333+00:00
Scott Cable 60 Reputation points
accepted 2024-04-23T13:30:45.5+00:00
Scott Cable 60 Reputation points
1 answer

HTML Documents not displaying properlyas Citations when using GPT-35-16K Model with BYOD

Hi, I am using a GPT3.5 Chat Completion Model for question answering using my own data which consists of a set of html files. But while displaying, it displays HTML tags as shown in the image below: Also, when I check the contents of the Azure AI Search…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
asked 2024-04-23T05:56:22.8733333+00:00
Karuna Tiwari 100 Reputation points
commented 2024-04-23T11:42:19.99+00:00
romungi-MSFT 42,286 Reputation points Microsoft Employee
1 answer

AI Studio - Unable to Add AI Search

Hello, I am looking for some help on how to add Azure AI search to AI Studio.

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
asked 2024-04-11T06:51:19.4666667+00:00
Jay Vishvakarma 0 Reputation points
commented 2024-04-22T22:13:29.6+00:00
Grmacjon-MSFT 16,191 Reputation points
0 answers

Server responded with a status 424 in Azure Open AI

In azure Open AI, I have added Azure Search index as a data source and model that I have deployed is gpt-35-turbo-16k and model version 0613 and capacity 120k TPM. When I am trying to fetch details about "Medical insurance policy" Its giving…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,203 questions
asked 2024-04-20T13:06:14.5566667+00:00
Manas Yadav 0 Reputation points
commented 2024-04-22T11:14:42.2833333+00:00
romungi-MSFT 42,286 Reputation points Microsoft Employee
1 answer

Vector Fields error while creating Azure Search index with Python SDK

I am using the Python SDK azure-search-documents=11.4.0b8 to create a search index in Azure AI Search. However, I am encountering an error after creation, which is shown in the user's attached image. The code I am using for index creation is provided in…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
asked 2024-04-20T09:37:21.36+00:00
Yash Shukla 40 Reputation points
answered 2024-04-22T07:48:58.6+00:00
SnehaAgrawal-MSFT 18,366 Reputation points
1 answer

Error to Update Indexer

Hello, i learn about "Create a Custom Skill for Azure AI Search" https://microsoftlearning.github.io/mslearn-knowledge-mining/Instructions/Exercises/02-search-skills.html#prepare-to-develop-an-app-in-visual-studio-code I have a problem in part…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
asked 2024-03-04T09:42:10.11+00:00
Aliyya Amru 40 Reputation points
commented 2024-04-19T23:21:59.8766667+00:00
Grmacjon-MSFT 16,191 Reputation points
1 answer

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…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
957 questions
asked 2024-04-15T13:49:56.6533333+00:00
A Aathithya 25 Reputation points
commented 2024-04-19T23:07:39.2733333+00:00
Grmacjon-MSFT 16,191 Reputation points
0 answers

Translation problems in the azure ai studio when connecting azure database

I have recently connected an Azure database (ticket data) using indexers and tested this in the AI Studio. However, the database contains tickets in different languages such as dutch, french, and english. When I ask the chatbot the data from the dutch…

Azure SQL Database
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,407 questions
asked 2024-04-12T08:08:41.9466667+00:00
Josra Erraddahi 0 Reputation points
edited the question 2024-04-18T10:10:24.55+00:00
romungi-MSFT 42,286 Reputation points Microsoft Employee
0 answers

Doubts on Integrated vectorization

Hi, This is regarding the search response generated by Integrated Vectorization. I wanted to know about search answers. They sometimes have the same text as search captions and sometimes are completely new. Also, they don't always appear in my search…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
asked 2023-11-27T09:45:06.0133333+00:00
Dey, Nikita 20 Reputation points
edited the question 2024-04-17T23:26:21.85+00:00
Grmacjon-MSFT 16,191 Reputation points
1 answer

Azure AI studio - Unable to load search service indexes

I am trying to connect the Azure AI Serach Index in AI Studio. But I am getting this error: Unable to load search service indexes. My network settings in AI Search is public and no ad-blocker is installed so I am not sure what is causing this…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,407 questions
asked 2024-04-16T05:48:13.9+00:00
Krystal Lee 0 Reputation points
answered 2024-04-17T20:31:43.17+00:00
Grmacjon-MSFT 16,191 Reputation points
1 answer One of the answers was accepted by the question author.

Got openai with my data from sharepoint working. Have I overcomplicated thing?

Hey! I have been able to create an azure ai search that retrieves data from a sharepoint folder, following this guide https://learn.microsoft.com/en-us/azure/search/search-howto-index-sharepoint-online. Was able to do this to use the index for chatting…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,203 questions
asked 2024-02-29T09:46:00.7433333+00:00
Axel Qvarfordt 20 Reputation points
commented 2024-04-17T13:28:54.18+00:00
Karl-Johan Olofsson 0 Reputation points
0 answers

The index from BLOB storage suddenly cannot be created in Azure AI Search.

I've developed some RAG applications using Azure OpenAI and Azure AI Search. In Azure AI Search, I've registered an index, indexer, skillset, and data-source. The data-source is from BLOB storage. Until the day before yesterday (2024.4.9), I was able to…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,441 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,203 questions
asked 2024-04-11T14:35:20.45+00:00
Wakii 0 Reputation points
commented 2024-04-16T04:23:07.8433333+00:00
SnehaAgrawal-MSFT 18,366 Reputation points