791 questions with Azure AI Search tags

Sort by: Updated
0 answers

How to index nested JSON arrays with Azure AI Search?

Hi all, I have a question relating to Azure AI Search and Azure OpenAI. I've pasted below a simple json data structure containing nested arrays. I am having trouble setting this up so that the nested 'interests' arrays are indexed/searchable. The 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.
791 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,415 questions
asked 2024-02-07T17:16:29.6566667+00:00
Robert Myers 10 Reputation points
edited a comment 2024-06-12T14:24:52.1266667+00:00
Ram Prabhu Sethuraman 0 Reputation points
0 answers

Ingesting documents into Search AI using upload wizard vs Document Intelligence

I have a collection of pdfs (2.5k documents, about 50 pages each) that I would like to retrieve information from. I have an Azure OpenAI resource as well as an Azure AI Search resource configured. In the Azure OpenAI Studio I can directly upload 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.
791 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,415 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,469 questions
asked 2024-06-11T15:41:31.1366667+00:00
Charles 0 Reputation points
commented 2024-06-12T13:48:31.55+00:00
SnehaAgrawal-MSFT 19,361 Reputation points
0 answers

Does gpt-4-1106-preview support logprobs?

I am using the openai Python package to import AzureOpenAI, and I have created a client for my gpt-4 deployment (1106-preview) with API version 2024-02-01. I am using Azure AI Search to perform RAG using the extra_body parameter, with a data source…

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.
791 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,415 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,505 questions
asked 2024-06-05T18:14:56.17+00:00
Rohan Pathak 10 Reputation points
commented 2024-06-12T12:28:37.44+00:00
AshokPeddakotla-MSFT 29,571 Reputation points
1 answer

Intermittent Trigger Issues with Event Grid for Blob Upload and Deletion in Azure Function

I am using an Event Grid subscription to trigger an Azure Function for handling blob uploads and deletions in Azure Blob Storage. However, I'm encountering intermittent issues with the triggers not firing consistently. Setup: Storage Account (Event…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,472 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.
791 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,536 questions
asked 2024-06-12T01:03:14.7566667+00:00
SuMyat Hlaing 0 Reputation points
commented 2024-06-12T05:52:20.2133333+00:00
SuMyat Hlaing 0 Reputation points
1 answer

Azure AI Search on a private connection to a Azure SQL

I am currently setting up an Azure AI Search to establish a connection with Azure SQL on a private network. However, I am encountering a connection error while attempting to create a data source on Azure AI Search. I would greatly appreciate any advice…

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.
791 questions
asked 2024-06-07T05:22:44.81+00:00
tatsu sei 60 Reputation points
commented 2024-06-12T02:43:41.7+00:00
tatsu sei 60 Reputation points
1 answer

RAG - How can I define orderby/sort in a chat completions create command with data source?

This is how I define my chat completions create when I add my own data source from an Azure Search Index. My question is simple. I would like to order the results from the search based on specific index fields. This is possible when I interact with Azure…

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.
791 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,505 questions
asked 2024-06-11T14:43:26.7233333+00:00
Nuno Rodrigues 20 Reputation points
edited an answer 2024-06-12T02:43:14.3+00:00
brtrach-MSFT 15,451 Reputation points Microsoft Employee
1 answer

Automatically update Azure AI search indexes from BLOB storage for use in Azure AI studio - RAG pattern queries

Hello, I'm currently using Azure AI studio to upload PDF files to a BLOB store, create an index, and then query this data using Chat GPT 3.5 and the RAG pattern without any coding. It is working great! However, I'm trying to set up the architecture 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.
791 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,415 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,505 questions
asked 2024-05-14T16:03:05.1033333+00:00
CTO.care 40 Reputation points
commented 2024-06-11T22:00:27.2833333+00:00
Damien Bastin 0 Reputation points
1 answer One of the answers was accepted by the question author.

Creating a Recommendation Engine

Hi all; Sorry, this is a giant question asking about everything around this. But if I'm on the right track here, and you all can help me with these questions, then I think I'll have it. Use Case I have written an app that manages events for political…

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.
791 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,505 questions
asked 2024-05-20T17:56:04.0433333+00:00
David Thielen 2,421 Reputation points
commented 2024-06-11T18:32:46.25+00:00
David Thielen 2,421 Reputation points
0 answers

How do I read the original pdf file in the associated blob data source in a custom WebApiSkill after enabling "Allow Skillset to read file data" in the indexer

I see the following under my indexer settings: When hovering over it I see the following: True means the original file data obtained from your blob data source is preserved. This allows passing the original file to a custom skill, or to the Document…

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.
791 questions
asked 2024-06-11T10:54:31.4666667+00:00
Mikel Broström Zalba 0 Reputation points
commented 2024-06-11T17:01:00.55+00:00
ajkuma 23,476 Reputation points Microsoft Employee
1 answer

How we can index blobs based on last modified date of blob in Azure AI search

We have around 20 million blobs in our blob container for the years 2021, 2022, 2023, and 2024. We only want to index blobs from 2023 and 2024, which will be approximately 5 million in number. Essentially, we want to include only the files from the last…

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.
791 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,536 questions
asked 2024-05-31T16:11:57.21+00:00
00276266 0 Reputation points
commented 2024-06-11T12:55:16.1633333+00:00
Santosh Wakode 0 Reputation points
0 answers

Error in Azure Cognitive Search Service when storing document page associated to each chunk extracted from PDF in a custom WebApiSkill

I have the following custom WebApiSkill: @app.route(route="CustomSplitSkill", auth_level=func.AuthLevel.FUNCTION) def CustomSplit&PageSkill(req: func.HttpRequest) -> func.HttpResponse: logging.info('Python HTTP trigger function…

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.
791 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.
1,032 questions
asked 2024-06-10T15:30:57+00:00
Mikel Broström Zalba 0 Reputation points
edited a comment 2024-06-11T07:57:15.2333333+00:00
Mikel Broström Zalba 0 Reputation points
1 answer One of the answers was accepted by the question author.

How can I prevent the Azure OpenAI chat from adding unnecessary details to its responses when asking questions on my documents?

I'm using the azure openai chat playground on my documents and I'm doing test questions, I notice that when I ask a question on a document the chat answers me correctly but adds other details of the document that are not necessary to the question asked,…

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.
791 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,415 questions
asked 2024-05-24T08:33:43.5466667+00:00
AMROUN Lysa 241 Reputation points
edited the question 2024-06-11T02:12:26.67+00:00
AshokPeddakotla-MSFT 29,571 Reputation points
1 answer

Azure AI Studio Chat Ground issue with configuring Azure AI Search Index Data Source

I've set up an Azure AI search index data source in Azure AI Studio Chat Ground using the "Add your data" option. The Azure AI search index contains valid documents sourced from Blob storage and the search functionality is working fine.…

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.
791 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,415 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,505 questions
asked 2024-06-08T16:06:05.2666667+00:00
Mithun 20 Reputation points
answered 2024-06-10T20:39:20.4766667+00:00
Mithun 20 Reputation points
0 answers

Document not deleted when Blob is removed using Indexers Automatically generated from Azure OpenAI Data Studio

I am testing an Azure OpenAI on your data solution. I have set up an Azure Open AI resource and walked through the 'Add your data' workflow with Azure Blob Storage and the backing data source, as discussed here this generates two indexers in 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.
791 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,415 questions
asked 2024-06-10T15:21:44.2066667+00:00
Abby Greentree 126 Reputation points
1 answer

How do I enable multi language support in single column in Azure Cognitive Search?

How can I handle indexing customer information in English, Arabic, Russian, Chinese, Thai, and Japanese languages using a single analyzer in Azure Cognitive Search? What is the best analyzer which handle multiple languages? For Example: English,…

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.
791 questions
asked 2024-06-06T19:34:38.7033333+00:00
Mehboob Ahmad 61 Reputation points
answered 2024-06-10T15:01:41.64+00:00
SnehaAgrawal-MSFT 19,361 Reputation points
5 answers

Got error " We couldn't connect your data" when connecting chat playgroup's own data source

Hi MSFT team, I was using chat playground in azure openai studio. I add the data source using files (only 2 small HTML files with less than 100kb) saved in a blob storage container. I have all the open ai and ai search resources set up correctly. 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.
791 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,415 questions
asked 2024-06-03T14:48:42.4633333+00:00
superbunny1025 15 Reputation points
answered 2024-06-10T14:26:02.4566667+00:00
superbunny1025 15 Reputation points
1 answer

Handling Search Queries in Azure AI Search

Hello, I'm working on a project where we've implemented a document processing RAG like pipeline using Azure AI Search service. Here's a brief overview of our setup: We extract text from a PDF and store it in a .txt file inside Azure Blob Storage. …

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.
791 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,415 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,505 questions
asked 2024-06-10T08:46:23.2366667+00:00
Aakash Bhaikatti 0 Reputation points
answered 2024-06-10T13:57:46.2466667+00:00
Sina Salam 5,306 Reputation points
0 answers

Azure OpenAi Web App return name of files in citation references

I setup an AI Search with an AI Multi Service & Azure Open AI resource and deployed the default web app template. I was able to query the gpt3-turbo model and return document names in the citations references in the free tier of 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.
791 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,415 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
805 questions
asked 2024-06-07T18:32:35.3533333+00:00
zasin 0 Reputation points
commented 2024-06-09T19:19:31.95+00:00
YutongTie-MSFT 47,421 Reputation points
1 answer

Is Azure Open AI Private Link to Azure AI Search supported in infrastructure as code

I have an Azure Open AI resource as well as an Azure AI Search resources. I have followed the guidelines in "Disable public network access" and filled out the form required to have the private endpoint provisioned. However, I am curious if…

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.
791 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,415 questions
asked 2024-06-07T21:45:26.16+00:00
Shabash, Boris 20 Reputation points
edited an answer 2024-06-08T05:23:21.9233333+00:00
Gowtham CP 3,325 Reputation points
0 answers

Azure.Search.Documents vector search successful, but response is null

I am currently performing vector search according to the code guide that can be found here:…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,514 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.
791 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.
1,032 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,459 questions
asked 2024-06-07T19:05:07.25+00:00
Rossana Modolin 0 Reputation points
edited the question 2024-06-07T19:10:05.69+00:00
Rossana Modolin 0 Reputation points