1,364 questions with Azure AI Search tags

Sort by: Updated
0 answers

Bing image api returning weird results

Issue: We have been using https://api.cognitive.microsoft.com/bing/v5.0/images/search? For many years now to grab images from Wikimedia, but since March 30th, we have started receiving inappropriate pictures and have received several support tickets. …

Bing | Bing Search APIs | Bing Image Search API
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.
1,364 questions
asked 2023-04-18T11:54:24.8466667+00:00
noor ahmed 0 Reputation points
edited a comment 2023-04-24T08:54:13.1566667+00:00
noor ahmed 0 Reputation points
1 answer One of the answers was accepted by the question author.

Select Azure Search for custom question answering

I am trying to create a new Language service. I want to use the custom Question Answering feature in the service which requires Azure Cognitive Search. We already have a couple of Azure Cognitive Search in the subscription and I want to attach 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.
1,364 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
524 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,685 questions
asked 2023-04-20T01:44:21.37+00:00
Raj Sachin 40 Reputation points
edited the question 2023-04-21T08:51:40.66+00:00
AjayBathini-MSFT 40 Reputation points Microsoft External Staff
1 answer

Can a semantic query type support advanced query forms?

I am working with Azure Cognitive Search and while going through its documentation I came across the advanced query forms like fielded search, fuzzy search, proximity search and many more, but all of these advanced forms were supported by queryType =…

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.
1,364 questions
asked 2023-03-29T09:39:43.8666667+00:00
Vadiraj Rao 0 Reputation points
commented 2023-04-18T23:14:43.5266667+00:00
Grmacjon-MSFT 19,381 Reputation points Moderator
1 answer

How do I utilize all the OData functions in the $filters parameter in azure cognitive search?

I am trying to apply filters in azure cognitive search. I am finding it difficult to apply further advanced filters such as using dayOfWeek() . For example $filter=TimeSlots/any(dt: contains(isof(dt, 'Edm.String'), 'Mon')) or $filter=TimeSlots/any(dt:…

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.
1,364 questions
asked 2023-04-06T05:03:24.0266667+00:00
SAMANVITH M S 0 Reputation points
commented 2023-04-18T22:51:16.0333333+00:00
Grmacjon-MSFT 19,381 Reputation points Moderator
1 answer

Datastore index creation fails with confusing message

After adding a data source (a Cosmos DB), and using the indexer wizard, I get this (see image below) when trying to start/schedule the indexer. What I have tried: checked the documents in the Cosmos DB and could not find 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.
1,364 questions
asked 2022-11-11T07:01:52.423+00:00
Thato Mokoena 1 Reputation point
commented 2023-04-17T18:57:07.4066667+00:00
Grmacjon-MSFT 19,381 Reputation points Moderator
1 answer

How is Semantic search working in understanding the query passed?

I have an index of products treating medical problems. It has FullName, Description, Tags as the main fields. I have been having trouble understanding on what extent does the semantic search understands the query. For example: I have a document 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.
1,364 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,685 questions
asked 2023-04-05T07:11:14.5133333+00:00
SAMANVITH M S 0 Reputation points
commented 2023-04-17T18:41:55.1266667+00:00
Grmacjon-MSFT 19,381 Reputation points Moderator
2 answers One of the answers was accepted by the question author.

Error creating a datasource in Azure Cognitive Service

When attempting to create a data source from an existing table data source in Azure Cognitive Search, an error occurs. The API call to https://abcsearch.search.windows.net/indexes/prototype?api-version=2021-04-30-Preview returns a 400 error code with…

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.
1,364 questions
asked 2023-04-12T19:01:57.98+00:00
v g 40 Reputation points
accepted 2023-04-17T13:00:19.05+00:00
v g 40 Reputation points
2 answers One of the answers was accepted by the question author.

How to use order by on the HighWaterMarkChangeDetectionPolicy field with the search service API

Hello, I'm currently work on solution of azure cognitive search with multiple cosmos db indexers. I use .NET SDK to configure my indexes and indexers. I set up the HighWaterMarkChangeDetectionPolicy on the _ts filed of my cosmos documents. I set up 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.
1,364 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,925 questions
asked 2023-03-30T06:40:16.76+00:00
Julien Ferreira 40 Reputation points
commented 2023-04-12T22:44:42.18+00:00
Grmacjon-MSFT 19,381 Reputation points Moderator
2 answers

How to Extract Paragraph Across Multiple PDF files with Azure Cognitive Search

Hi Experts, I'm using Azure Blob Storage as the data source of my Azure Cognitive Search, and the blobs are all PDF files. I split the PDF files by pages and store each page as a standalone PDF files, then upload to the Azure Blob Storage container. Due…

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.
1,364 questions
asked 2023-04-09T19:22:23.2633333+00:00
albertoliu1993 0 Reputation points
commented 2023-04-12T06:03:00.4066667+00:00
SnehaAgrawal-MSFT 22,711 Reputation points Moderator
1 answer

What is the best storage type for ongoing indexing?

  I need to store a bunch of documents (anything from a few hundred to around maybe 10,000) in Azure. I then have a search indexer that cracks these and updates an index. By documents I just mean a bunch of (complex) json objects.   Every hour I will…

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.
1,364 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,494 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,925 questions
asked 2023-03-13T16:19:08.03+00:00
Peter Nicolai Skovgaard 0 Reputation points
edited the question 2023-04-11T07:51:29.38+00:00
Sumarigo-MSFT 47,481 Reputation points Microsoft Employee Moderator
1 answer

Azure search word document hyperlinks

Hello everyone, this post is regarding the Azure search functions. I have been experimenting with searching through hyperlinks contained in Word documents, which are all stored in the Azure blob storage. Searching through these hyperlinks…

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.
1,364 questions
asked 2022-08-03T11:50:51.417+00:00
Daniel Jonker 1 Reputation point
edited the question 2023-04-11T07:51:00.7333333+00:00
Sumarigo-MSFT 47,481 Reputation points Microsoft Employee Moderator
1 answer

How is Semantic Search using fields set up in Semantic Configuration to re rank results in Azure Cognitive Search

Hey, I have an index in azure cognitive search where I have given the details of my offerings. There are two main fields (amongst many others like Name, Availability etc.): Bio (Edm.String) Tags (Collection(Edm.String)) I have defined 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.
1,364 questions
asked 2023-04-01T05:25:32.78+00:00
SAMANVITH M S 0 Reputation points
answered 2023-04-04T11:28:26.64+00:00
ajkuma 28,036 Reputation points Microsoft Employee Moderator
1 answer

Invalid hostname for this tenancy when creating an Indexer for SharePoint

I am encountering this error during creation of an Indexer for SharePoint { "error": { "code": "", "message": "Error with data source: Code: invalidRequest\r\nMessage: Invalid hostname 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.
1,364 questions
asked 2023-04-03T02:39:26.5866667+00:00
Earl Jan Follosco 40 Reputation points
commented 2023-04-04T07:59:02.04+00:00
VenkateshDodda-MSFT 25,111 Reputation points Microsoft Employee Moderator
2 answers

How do I configure Azure Cognitive Search datasource to connect using service principal?

I am moving from SQL server to Synapse and need to connect my data source in Cognitive Search using a service principal. I do not see an option for this. Is it possible?

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.
1,364 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,391 questions
asked 2023-03-30T21:43:17.9+00:00
Hefner, Craig 0 Reputation points
answered 2023-04-03T19:33:18.9933333+00:00
Grmacjon-MSFT 19,381 Reputation points Moderator
1 answer

Azure Search Query

If would be really helpful if we can select complex fields conditionally and only include those matched. We have a profile and each profile is on one or more networks. value": [{     "@search.score": 1.0,     "FirstName":…

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.
1,364 questions
asked 2023-03-30T20:21:41.34+00:00
Dipesh Nepal 0 Reputation points
commented 2023-04-03T13:58:59.96+00:00
Dipesh Nepal 0 Reputation points
1 answer

How to add scoring function of type Freshness to a field of type Collections(Edm.ComplexType) in Azure Cognitive Search?

I have configured and indexed the data for Azure Cognitive Search, the indexed data contains a field TimeSlots of type Collections(Edm.ComplexType) which looks like "TimeSlots": [ { "Slot":…

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.
1,364 questions
asked 2023-03-29T07:01:17.79+00:00
Vadiraj Rao 0 Reputation points
edited a comment 2023-04-01T05:28:26.3066667+00:00
Vadiraj Rao 0 Reputation points
1 answer

How to extend or get around of the limit of 100k documents for Cognitive Search while querying index?

Hello, IT-community! i have setup a Cognitive Search index which contains >=400m documents. Data is flowing into index from 3 different data sources with 3 different indexers. I have a requirement to read paginated data where expected documents count…

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.
1,364 questions
asked 2023-03-08T18:03:19.05+00:00
Jane Savina 1 Reputation point Microsoft Employee
edited an answer 2023-03-31T02:41:05.4033333+00:00
Grmacjon-MSFT 19,381 Reputation points Moderator
1 answer

How to replace %20 with <space> using conditional skillset?

Hi, I am trying to use a conditional skillset to remove part of a name and replace it with space. For Example, I would like to replace %20 with <space>. I was looking into the document related to conditional skill, link below, but cannot find any…

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.
1,364 questions
asked 2023-03-21T18:10:15.8733333+00:00
Haaris Jalal 0 Reputation points
answered 2023-03-30T20:23:14.3533333+00:00
Grmacjon-MSFT 19,381 Reputation points Moderator
1 answer One of the answers was accepted by the question author.

Azure Search minimum_should_match parameter from Elastic

Is minimum_should_match parameter from Elastic supported by Azure Cognitive 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.
1,364 questions
asked 2023-03-30T08:17:21.3033333+00:00
Yurii Bartish 20 Reputation points
accepted 2023-03-30T10:34:52.0433333+00:00
Yurii Bartish 20 Reputation points
2 answers One of the answers was accepted by the question author.

can we pump sql table in azure cognitive search using C# code?

can we pump the SQL table in azure cognitive search using the C# code? One approach is available to add JSON format documents in the azure cognitive search index on Microsoft learning document. But can we do this by writing a SQL query and the index…

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.
1,364 questions
asked 2023-03-23T12:15:44.9533333+00:00
Vishweshwar-3323 40 Reputation points
accepted 2023-03-28T05:56:51.2866667+00:00
Vishweshwar-3323 40 Reputation points