740 questions with Azure AI Search tags

Sort by: Updated
0 answers

metadata_storage_path error in .NET with Azure AI Search.

Right now from my post api I am storing the address like UploadEmailAsync() in Azure Queue. I have tried saving it with and without JSON format but path which we use for Filters in Azure AI Search requires the base64 converted link. Right now i 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.
740 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
98 questions
asked 2024-05-14T10:27:27.2266667+00:00
Hassan Kaleem 40 Reputation points
commented 2024-05-17T07:17:26.4033333+00:00
ajkuma 22,761 Reputation points Microsoft Employee
1 answer

Azure open ai studio data configuration is creating an extra index in azure ai search

Hi team, We are using azure open ai studio to configure the private data configured in azure blob storage. Once the configuration is done its creating and extra index and indexer in azure ai search Actual index name i provided is 'openai' but one more…

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.
740 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,244 questions
asked 2024-05-16T17:15:22.42+00:00
lakshmi 551 Reputation points
answered 2024-05-17T07:02:59.2966667+00:00
Charlie Wei 2,765 Reputation points
1 answer

Is there any API available to directly connect to Azure ai search index

In Azure AI search, we have an search explorer option where we can search a question and get the answer with a confidence score as below. Do we have REST API's or .net packages available to access azure search the using the index name? We have open ai…

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.
740 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,244 questions
asked 2024-05-16T17:59:16+00:00
lakshmi 551 Reputation points
answered 2024-05-17T06:38:18.1233333+00:00
Charlie Wei 2,765 Reputation points
1 answer

Unable to save cognitiveServices key in AI Search skillset

I created an "Azure AI services multi-service account" to attach to my AI Search skillset to move to pay-per-use and avoid the 20 document per day limit. When I try to add it to the skillset, it seems like the save works, but the key does not…

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.
740 questions
asked 2024-05-14T00:57:20.6166667+00:00
John M 0 Reputation points
answered 2024-05-16T22:54:44.1966667+00:00
John M 0 Reputation points
1 answer

Does deletion of a document in blob will delete the documents data in ai search index

Hi team, We are using 'Azure blob' option to configure private data in blob container and we have created an index and indexer also with scheduling option. Later we have deleted one document blob , and in indexer we have reset and re run , but still we…

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.
740 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,244 questions
asked 2024-05-16T17:31:57.2366667+00:00
lakshmi 551 Reputation points
answered 2024-05-16T18:16:38.9266667+00:00
hossein jalilian 3,880 Reputation points
1 answer

Azure AI search returning full PDF instead of relevant answer

I have connected my Azure AI search with a Blob storage that contains a PDF document that needs to be crawled. However, when I ask a question in the search, it returns the entire PDF instead of relevant answers. I need help figuring out how to properly…

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.
740 questions
asked 2024-03-25T06:00:51.7333333+00:00
Sushant Shelake 0 Reputation points
commented 2024-05-16T16:16:32.1866667+00:00
Grmacjon-MSFT 16,356 Reputation points
0 answers

How do I check if my .eml file has single or multiple attachments in it In Azure AI Search.

Currently these are my fields that I have added in my Index. Now how I am going to check that how many attachments are in them for example this .eml file have 1 attachment and this .eml file have 2 attachments.

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.
740 questions
asked 2024-05-16T08:10:30.44+00:00
Hassan Kaleem 40 Reputation points
2 answers

Custom skill integration Azure AI Search

0 I have a requirement to crawl an Azure SQL server from Azure AI search. The SQL server exists in different VNET and I have created a Shared Private Link to connect. The Indexer works fine without any problem. As soon as I add a custom webapi skill 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.
740 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,844 questions
asked 2024-05-15T18:18:35.6533333+00:00
Somdeep Niyogi (external) 1 Reputation point
edited a comment 2024-05-16T07:37:10.95+00:00
LucyChenMSFT-4874 1,280 Reputation points
0 answers

Real-Time Indexing of Azure Blob Storage Files with Azure Cognitive Search Using Azure Functions: Seeking JavaScript Documentation

I want to ask a question in a forum: How can I achieve real-time indexing of newly uploaded files in Azure Blob Storage with Azure Cognitive Search immediately upon upload, rather than relying on an indexer with a scheduled interval, which typically runs…

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.
740 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,468 questions
asked 2024-05-15T04:37:04.3533333+00:00
Su Myat Hlaing 75 Reputation points
commented 2024-05-16T07:24:41.34+00:00
SnehaAgrawal-MSFT 18,531 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.
740 questions
asked 2024-01-18T07:48:28.14+00:00
John Newsome 51 Reputation points
commented 2024-05-16T00:20:00.2133333+00:00
John Newsome 51 Reputation points
3 answers

Error debugging Cognitive Search - The SharePoint data requires a value for local Id

simple cognitive search that has a Sharepoint data source. Having issues with the skills so I need to debug them. New debug session does not work - get error: "Session status: Error The SharePoint data requires a value for local Id. Parameter 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.
740 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2023-01-24T07:10:14.92+00:00
Lee Simpson 25 Reputation points
edited a comment 2024-05-15T15:43:43.18+00:00
Zain Ibrahim 0 Reputation points
0 answers

Custom category in Azure Search PII Detection skillset

I have created an index in Azure Search service with PII detection and has additional fields for masked text and pii entities. I was not satisfied with the pii detection in some scenarios. For example: we have datetime category which redacts all dates…

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.
740 questions
asked 2024-05-15T15:05:36.8933333+00:00
Mansi Yadav 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure AI Search - Vector field not retrievable in results via Python code

The vector query field of my Azure AI Search index, named 'vector', is not returning in search results. I have figured out it is because the field is not 'retrievable'. I am able to make it retrievable manually via the Azure portal. However, I am unable…

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.
740 questions
asked 2024-05-13T16:38:33.07+00:00
Clodagh Lynch 50 Reputation points Microsoft Employee
accepted 2024-05-15T14:47:25.27+00:00
Clodagh Lynch 50 Reputation points Microsoft Employee
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.
740 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.
976 questions
asked 2024-04-15T13:49:56.6533333+00:00
A Aathithya 30 Reputation points
commented 2024-05-15T05:58:33.55+00:00
Christopher Mierbach 0 Reputation points
1 answer

How to add page number (sourcepage) to the AI search Index

Hi Azure Support, I hope this message finds you well. I'm reaching out because I have encountered an issue while customizing an Azure Search Index using Python. Specifically, I am attempting to add the source page information to the index schema 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.
740 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,468 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-02-13T11:34:34.97+00:00
Deepak Dange 5 Reputation points
commented 2024-05-15T01:16:02.22+00:00
brtrach-MSFT 15,351 Reputation points Microsoft Employee
0 answers

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.
740 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,244 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,431 questions
asked 2024-05-14T16:03:05.1033333+00:00
CTO.care 20 Reputation points
commented 2024-05-14T19:41:43.9033333+00:00
Grmacjon-MSFT 16,356 Reputation points
0 answers

Azure OpenAI On your data , the AI search custom skillset created by ai studio use key based authentication instead of managed identity based

While trying to update the connection-string for blob storage account in azure ai search service custom skillset which is created by azure ai studio to chunk the documents into smaller pieces, I am getting an error stating: "Account URL must be…

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.
740 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,244 questions
asked 2024-05-13T11:31:24.6733333+00:00
Puneet Jain 0 Reputation points Microsoft Employee
commented 2024-05-14T17:23:03.9666667+00:00
SnehaAgrawal-MSFT 18,531 Reputation points
2 answers

How to troubleshoot "Failed to fetch" error when getting data sources from search service?

I am trying to list the data sources under a search service in Azure Portal, but I keep getting the error message: {"message":"Failed to fetch","stack":"TypeError: Failed to fetch\n at…

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.
740 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,468 questions
asked 2023-11-06T19:04:57.3666667+00:00
Jarkko Lagus 25 Reputation points
commented 2024-05-14T15:33:33.1866667+00:00
Grmacjon-MSFT 16,356 Reputation points
1 answer One of the answers was accepted by the question author.

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.
740 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,244 questions
asked 2024-05-08T08:24:42.7966667+00:00
Srikantan Sankaran 20 Reputation points Microsoft Employee
commented 2024-05-14T10:15:58.6366667+00:00
Srikantan Sankaran 20 Reputation points Microsoft Employee
0 answers

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.
740 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,431 questions
asked 2024-05-08T11:43:20.6633333+00:00
Jesús López 5 Reputation points
commented 2024-05-14T05:08:55.7966667+00:00
SnehaAgrawal-MSFT 18,531 Reputation points