How do I use Azure Cognitive Search in a .NET application?

Asked 2 years ago

I use Azure Cognitive Search because I have a lot of content that includes mixed files, so I need the AI enrichment feature. I am currently working in a .NET application that I need to use AI enrichment on. I have no idea how to use Azure Cognitive Search in a .NET application because I've never had to do it before. Please can someone help me understand how to do it?

Rhett Moses

Sunday, July 31, 2022

To use Azure Cognitive Search from a .NET application, you must have a minimum NET framework 4.6.1 version and .NET core 2.0. Follow these simple steps to make Azure Cognitive Search functional inside the .NET app:

  1. Use Nuget to install the cognitive search library by Azure.
  2. Utilize your API key and service name to create a portal inside the app. The API key can be one or more than one. It is a special key only usable by the subscriber.
  3. Start sending your search queries.




Write an answer...

Cancel

Please follow our  Community Guidelines

Can't find what you're looking for?