730 questions with Azure AI Search tags

Sort by: Updated
3 answers

I am trying to get price from one sheet to another, based on 2 criteria

I am trying to use xlookup that I need to meet two conditions, and then look up a list and apply a value for the answer. SHEET 1 A B ANSWER CELL ANSWER SHOULD BE S/LDP…

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.
730 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,499 questions
asked 2024-05-12T02:18:59.7433333+00:00
Bruce Thurston 0 Reputation points
answered 2024-05-13T01:24:59.31+00:00
Emi Zhang-MSFT 22,086 Reputation points Microsoft Vendor
0 answers

Need a recommendation service

Hi all;   I need a recommendation service/model that uses some specific properties per item.   My use case is a system that recommends events for political volunteers. There can be search words entered by the volunteer, and if so, those should have…

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.
730 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,419 questions
asked 2024-05-12T23:48:07.6933333+00:00
David Thielen 2,281 Reputation points
0 answers

AI Search - semantic hybrid search returns 'Parital Content' Error.

We have implemented a RAG based chatbot with AI search using langchain. Everything was working fine. Suddenly started getting this new exception thrown from ai search when trying to do semantic hybrid search using langchain wrapper. Exception…

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.
730 questions
asked 2024-05-10T20:01:24.78+00:00
Vikneshvar Chandrahasan 0 Reputation points
2 answers One of the answers was accepted by the question author.

system error when vectorising data

When running an indexer to add data in an index to a vector field I'm getting the following error The data field 'contentVector/0' in the document with key 'b3NNVkFQcVdoSk1EQUFBQUFBQUFBQT090' has an invalid value of type 'Collection(Edm.Double)' ('JSON…

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.
730 questions
asked 2024-01-18T07:48:28.14+00:00
John Newsome 51 Reputation points
commented 2024-05-10T14:35:56.5833333+00:00
Linda 0 Reputation points
0 answers

Azure AI Search unavailable (unplanned) for hours

Connections to our Azure AI Search dev instance have been timing out all today, blocking development and CI testing. Visiting the resource it says it has been "Unavailable (Unplanned) : Not responding (Unplanned)" since 07.19.03 BST today (7…

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.
730 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.
972 questions
asked 2024-05-10T13:45:56.9533333+00:00
David Giles 0 Reputation points
commented 2024-05-10T14:15:29.6166667+00:00
David Giles 0 Reputation points
0 answers

Azure AI Studio New Index fail Error while getting storage with MSI

I have created a project in Azure AI studio. I was hoping to do a chat with the Company handbook type of chatbot. All of the videos make it seems as simple as dropping your data in. The handbook is a PDF and I have uploaded into the data section of 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.
730 questions
asked 2024-05-02T18:23:53.63+00:00
Berry, Kylie 0 Reputation points
commented 2024-05-10T06:28:53.35+00:00
romungi-MSFT 42,321 Reputation points Microsoft Employee
0 answers

Azure open ai chat with your data for images not working

I have created a search index on an image catalog located in azure blob storage. I was using this index to connect to from chat playground. I have used the gpt4 turbo vision preview model along with the AI Vision extensions to showcase ‘shop the look’…

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.
730 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,221 questions
asked 2024-05-08T08:24:42.7966667+00:00
Srikantan Sankaran 0 Reputation points Microsoft Employee
commented 2024-05-10T05:14:04.6333333+00:00
SnehaAgrawal-MSFT 18,366 Reputation points
1 answer

Azure Search - CharFilter Not Replacing text from JSON Metadata in Index

I am using Azure Search to index content from SharePoint, and I'm encountering an issue where some text are not being removed from JSON metadata despite using html_strip, mapping and pattern_replace character filters. Here is a detailed breakdown of 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.
730 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,419 questions
asked 2024-05-08T11:43:20.6633333+00:00
Jesús López 5 Reputation points
edited a comment 2024-05-09T16:52:35.9133333+00:00
Jesús López 5 Reputation points
0 answers

Azure AI Search Is Not Allowing Track Changes For A View

I would like to use Track Changes for View in Azure AI Search. Is this possible, e.g. not from the Azure Portal, but from the SDK? Or is there any way to bypass this in the Azure portal and be able to use Track Changes for view?

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.
730 questions
asked 2024-05-09T07:09:17.73+00:00
zuzanna.czaja@ichoosr.com 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure AI Search Is Not Allowing Track Changes For A View

I'm trying to create a Data Source that uses a view in Azure Search through the Azure Portal. It allows me to select the view, but when I try to use Track Changes, it fails to create. I know I can't turn Change Tracking for view, but the tables that are…

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.
730 questions
asked 2024-01-26T14:09:38.4566667+00:00
Bernard Brown 60 Reputation points
edited a comment 2024-05-09T04:07:45.0633333+00:00
zuzanna.czaja@ichoosr.com 0 Reputation points
1 answer

Azure Search Index with both text and images

Hi, I want to implement a RAG architecture where the input data is in pdfs and contain text, images and tables. Working only with text is straightforward and I've built such applications before. However the addition of images in the new use case makes…

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.
730 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,221 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,408 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,419 questions
asked 2024-05-06T13:56:30.5666667+00:00
Maja Ru 10 Reputation points
answered 2024-05-08T23:27:06.11+00:00
Grmacjon-MSFT 16,191 Reputation points
1 answer

how to create indexer for cognitive search as it shows there is error with Sharepoint data source

"Error with data source: SharePoint site 'https://smarttreeinc.sharepoint.com/sites/Regulatory/Shared%20Documents/Forms/AllItems.aspx' not found. Please adjust your data source definition in order to proceed." im trying to use sharepoint as…

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.
730 questions
asked 2023-08-04T04:29:10.7366667+00:00
Noothana Prasanna 5 Reputation points
commented 2024-05-08T14:48:54.21+00:00
Carlos Monteiro 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to Configure 'vectorSearchConfiguration' for a SearchField Field called contentVector

I'm defining an index with multiple fields, including a "contentVector" field for vector data. However, I'm encountering a specific error, and I'm not sure how to correctly set the "vectorSearchConfiguration" property for 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.
730 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,221 questions
asked 2023-10-18T01:05:19.4733333+00:00
Anonymous
commented 2024-05-08T10:06:19.9933333+00:00
ajkuma 22,521 Reputation points Microsoft Employee
1 answer

Azure AI Search: Best way to implement several languages in one search index.

I have items with title and description (and some other fields). They have title and descriptions in 5 languages. The user will search with one of those languages. Should I make one index for each language or make one index with 5 languages? 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.
730 questions
asked 2024-05-07T12:37:43.55+00:00
Vilhelm Heiberg 11 Reputation points
edited an answer 2024-05-07T23:02:06.29+00:00
Grmacjon-MSFT 16,191 Reputation points
1 answer

How to get the content recommendation based on the user chat history in a AOAI chat webapp

We have a AOAI chat webapp, using azure open ai service and azure cognitive search, please suggest a way to provide content recomendation to the user based on his/her chat history in the current session.

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.
730 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,221 questions
asked 2024-04-01T06:01:19.51+00:00
TagnaviMY-1268 30 Reputation points
commented 2024-05-07T22:29:00.38+00:00
Grmacjon-MSFT 16,191 Reputation points
1 answer One of the answers was accepted by the question author.

How to specify Search API Version in a Chatbot API request?

Hello! We have an application that: Implements a Chatbot through Open AI service. The chatbot requests are being handled through a REST API request. We have an index created in Azure Cognitive Search, which is implementing Vector Search, using…

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.
730 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,221 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,419 questions
asked 2024-04-11T13:47:10.9966667+00:00
Eduardo Raffoul 20 Reputation points
accepted 2024-05-07T18:04:38.44+00:00
Eduardo Raffoul 20 Reputation points
2 answers One of the answers was accepted by the question author.

How to do Search inside a subFolder with Azure AI Search.

In Azure AI Search how to find something inside a subdirectory? right now when I am searching something i am getting result from all of the subfolders, I have to do search within a folder for example right now I am in /Submission directory and there are…

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.
730 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,209 questions
asked 2024-05-01T06:29:32.8333333+00:00
Hassan Kaleem 40 Reputation points
accepted 2024-05-07T09:44:05.32+00:00
Hassan Kaleem 40 Reputation points
0 answers

Vectorize your data with Azure OpenAI, but no Azure AI Service available

Hello, I am running into an issue where i am trying to vectorize data using Azure AI. I have already setup several Azure AI projects and tested them with sample data successfully (I applied for access to Azure AI and was granted). When i go to try and…

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.
730 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,221 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,419 questions
asked 2024-05-06T16:46:24.1366667+00:00
Sean Ernst 0 Reputation points
commented 2024-05-07T08:36:15.8433333+00:00
romungi-MSFT 42,321 Reputation points Microsoft Employee
0 answers

Azure AI Search resource not appearing in dropdown when creating an index in AI Studio

I'm working with Azure AI Studio and attempting to create a new index. According to the official documentation, I should be able to select the Azure AI Search resource that I've created from a dropdown menu. However, even though I've confirmed 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.
730 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.
972 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,419 questions
asked 2024-04-28T18:25:24.56+00:00
Matthew Pieri 0 Reputation points
commented 2024-05-07T06:00:23.2666667+00:00
Filip Wallberg 5 Reputation points
1 answer

Azure AI Search Index

Hello, Could someone explain how 'docs' are generated when creating an Index in Azure AI Services? Is there a standard procedure or a specific formula dictating the number of 'docs' created within an Index based on the file's size? and What…

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.
730 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,964 questions
asked 2024-04-23T11:53:05.6533333+00:00
Kushagra Sharma 90 Reputation points
answered 2024-05-07T04:43:41.5766667+00:00
brtrach-MSFT 15,261 Reputation points Microsoft Employee