956 questions with Azure AI Search tags

Sort by: Updated
0 answers

Missing option to Connect AI services to Azure AI Search skillset

I am trying to connect AI Services to my Azure AI Search so I can use AI Enrichment in my skillsets. The problem is that I don't get the option to add it. I have an AI Services in the same resource group as the AI Search, same region, France Central. 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.
956 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,789 questions
asked 2024-09-17T21:45:00.7133333+00:00
David Rahmn 0 Reputation points
edited the question 2024-09-17T21:45:48.2766667+00:00
David Rahmn 0 Reputation points
0 answers

Chat Playground not retrieving all the information from the Azure AI Search Index

Hi everyone, I am using Azure AI Search Index to chat with my SQL Server database. I followed this tutorial: https://devblogs.microsoft.com/azure-sql/chat-with-your-data-azure-sql-database/ to set up my index and chat playground. I am currently facing…

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.
956 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,933 questions
asked 2024-09-04T09:18:09.1366667+00:00
Fatima Masood 20 Reputation points
edited a comment 2024-09-17T20:23:06.7866667+00:00
ajkuma 25,786 Reputation points Microsoft Employee
0 answers

1000 API specification comparison

I have a requirement where we have 15000 API specifications. We need to find out which one of them are duplicates or very similar. Or also a one can be a Subset of another. I was wondering if Azure AI search would be able to achieve this for me ? If yes…

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.
956 questions
asked 2024-09-04T11:42:37.71+00:00
Ravi Thakur 0 Reputation points
edited a comment 2024-09-17T20:21:54.9666667+00:00
ajkuma 25,786 Reputation points Microsoft Employee
0 answers

text-embedding-3-large is not shown while creating index in Azure ai studio

We recently deployed text-embedding-3-large embedding model in OpenAi instance. We expect to see this model while creating index from AI studio. At this moment text-embedding-ada-002 is selected by default and it doesn't show the option to choose…

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.
956 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,933 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,789 questions
asked 2024-09-09T19:45:52.92+00:00
Narayana Swamy, Asha 0 Reputation points
commented 2024-09-17T20:11:33.66+00:00
Narayana Swamy, Asha 0 Reputation points
2 answers

How to get Azure Cognitive Search Quota and % usage?

As per the title, how can I see how many queries I already did in the month of all the available queries that I can make using the Cognitive search engine? I can see Storage, Indexes, ... but not the number of queries in the usage tab and 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.
956 questions
asked 2023-05-31T14:16:44.38+00:00
Antonio Lisi 5 Reputation points
edited the question 2024-09-17T19:00:47.48+00:00
VarunTha 7,730 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Ao fazer uma chamada para o Azure Cognitive Search, para executar um indexer, ele executa um dia antes do dia atual. Por quê?

Tenho um recurso do Azure Cognitive Search, e uma API que uso para automatizar algumas operações no Azure Cognitive Search, como por exemplo: resetar o Indexer e executar o Indexer. Mas estou tendo problema com ele, a dois dias. Quando a API realiza a…

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.
956 questions
asked 2023-10-10T13:17:34.9333333+00:00
Joao Pedro Alves 60 Reputation points
edited the question 2024-09-17T18:35:47.6266667+00:00
VarunTha 7,730 Reputation points Microsoft Vendor
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.
956 questions
asked 2024-04-15T13:49:56.6533333+00:00
A Aathithya 35 Reputation points
edited the question 2024-09-17T18:26:01.62+00:00
VarunTha 7,730 Reputation points Microsoft Vendor
2 answers

How to change the field structure of an index created by data import and vectorization using Azure AI Search to look like the original dataset.

I am looking to use Azure AI Search to import and vectorize data. The dataset is specified as csv and I want to create fields in Azure AI Search as well as columns in the csv. Currently I have performed the data import and vectorization and an index has…

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.
956 questions
asked 2024-02-19T11:07:31.1866667+00:00
PA 松村優 25 Reputation points
answered 2024-09-17T18:20:35.1033333+00:00
1 answer

Azure AI Search Indexer + Embedding and SplitSkill not working

Hello! When I run my indexer, I get the following error: "Skill input 'text' was '25281' tokens, which is greater then the maximum allowed '8000' tokens. Consider chunking the text with the SplitSkill in order to be able to generate embeddings for…

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.
956 questions
asked 2024-05-20T20:58:31.3666667+00:00
Andrew Satanovsky 0 Reputation points
edited the question 2024-09-17T17:56:42.6466667+00:00
VarunTha 7,730 Reputation points Microsoft Vendor
2 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.
956 questions
asked 2024-06-10T15:30:57+00:00
Mikel Broström Zalba 20 Reputation points
edited the question 2024-09-17T17:48:54.7633333+00:00
VarunTha 7,730 Reputation points Microsoft Vendor
0 answers

Azure Web Application and ChatPlayground giving different responses?

Hi, I am working on Azure AI Search. I want to use Web Application/Chat Playground for Q/A from bunch of documents at a time. I have created azure ai search service with Basic tier package for West US Region. After this, I created skillset using Text…

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.
956 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,673 questions
asked 2024-08-21T09:52:26.7666667+00:00
Tanuj Verma 0 Reputation points
edited the question 2024-09-17T17:42:03.2966667+00:00
VarunTha 7,730 Reputation points Microsoft Vendor
0 answers

"AzureChatCitation citation" is not working with the CompleteChatStreamingAsync streamer on.

Hi, I am trying to chat with Azure OpenAI models using my own data. I have uploaded my PDF documents into Azure Blob Storage and created a search index for them. I have a C# application where I’m trying to stream an LLM’s (GPT-4) response to 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.
956 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,933 questions
asked 2024-09-12T23:08:21.6066667+00:00
Megha Sri Satya Sai Devineni 0 Reputation points
commented 2024-09-17T15:57:20.56+00:00
Megha Sri Satya Sai Devineni 0 Reputation points
0 answers

Why SearchClient search method with VectorizedQuery returns only 10 search results maximum?

The below code in Python SDK returns at most 10 search results, instead of specified: top=50. I've also set include_total_count=True and returned the total_count using SearchItemPaged.get_count() and the result was also at most 10, but my index has…

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.
956 questions
asked 2024-09-17T13:01:18.4566667+00:00
Anna Cielas 0 Reputation points
edited the question 2024-09-17T15:48:52.6433333+00:00
VarunTha 7,730 Reputation points Microsoft Vendor
0 answers

Azure AI Studio - How do I use html files within an index and provide the url rather than the file name

Hi all, I'm using Azure AI Studio. I'm trying to create an Index using a few html files that Ive downloaded from the source website. Its working great within my prompt flow, but with one issue. When the AI outputs the citations where the info came from,…

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.
956 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,933 questions
asked 2024-09-17T15:30:44.5633333+00:00
Steven Parry 0 Reputation points
0 answers

Vector index size showing 0 Bytes, pricing tier : basic

Hi, I am creating a chatbot using SharePoint as data source, created search resource with basic pricing tier, but i am not able to find the reason why Vector Index size is showing 0 Bytes. you can see the screen print as below :

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.
956 questions
asked 2024-09-15T17:06:25.0233333+00:00
MG-4936 0 Reputation points
commented 2024-09-17T12:31:25.5966667+00:00
SnehaAgrawal-MSFT 21,346 Reputation points
0 answers

@Seach.Facet values not returned in REST API

Hi All, There's a difference between the results returned in the Azure Search Portal and the Rest API. The parameter @search.facets and its associated values are not returned using the Rest API. In the Azure Portal using a JSON query, 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.
956 questions
asked 2024-09-17T10:45:33.96+00:00
Viswavaageesh Chandramouli 0 Reputation points
1 answer

Azure AI Studio indexing seems to be broke now

Within Azure AI Studio, in the Indexes section, im creating a new index. The payload is a bunch of webpages. Add Vector search to this search resource is enabled. After a few minutes I recieve the error It would seem that something has broken between…

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.
956 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,933 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,789 questions
asked 2024-09-16T18:44:12.14+00:00
Steven Parry 0 Reputation points
commented 2024-09-17T08:38:38.3466667+00:00
Steven Parry 0 Reputation points
0 answers

In Azure Ai studio, inside the chat playground (or in the deployed web app), how can i show follow-up questions as clickable popup?

In the Azure Ai studio, inside the chat playground (or in the deployed web app), I want to show follow-up questions as clickable popups, same as it happens in ChatGPT plus and Edge copilot (shown in the image). But what I am getting is follow-up…

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.
956 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,789 questions
asked 2024-09-17T07:13:43.9433333+00:00
Amaaz Arshad 0 Reputation points
edited the question 2024-09-17T07:14:38.6866667+00:00
Amaaz Arshad 0 Reputation points
2 answers

Automatic indexer creation is not working in Azure open ai studio

Hi Team, We have been using Azure OpenAI Studio to configure private data stored in an Azure Blob Storage container. Typically, when setting up the "Add Your Data" feature from Azure Blob Storage and selecting a daily or hourly index schedule,…

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.
956 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,933 questions
asked 2024-09-02T17:02:33.21+00:00
lakshmi 696 Reputation points
answered 2024-09-16T19:28:52.41+00:00
ajkuma 25,786 Reputation points Microsoft Employee
0 answers

Why isn't the document search within the document window staying active with my query?

Before the recent changes, I was able to get a list of documents in a collection and go through one by one with the search set. As I clicked on each document, it would highlight the rows that matched my search allowing me to quickly go through a list of…

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.
956 questions
asked 2024-09-16T14:50:54.2766667+00:00
Kyle-Clark, Winona 0 Reputation points