Azure Lecture 1: Azure Cognitive Search Service

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • Azure Cognitive Search (formerly Azure Search) is the only cloud search service with built-in artificial intelligence (AI) capabilities that enrich all types of information to easily identify and explore relevant content at scale

Комментарии • 26

  • @indrayne1840
    @indrayne1840 8 месяцев назад

    Great content. I want to ask one question, like I am using cognitive search and my index updates everyday midnight. So we have new contnet and old content with us. Now I want to retrieve new content first than old content. How can I implement this?

  • @kamaralidukandar4995
    @kamaralidukandar4995 Год назад +1

    ek number

  • @sudhirkaramchand
    @sudhirkaramchand Год назад +1

    Hello Sagar, i'm confused between Cognitive search vs Cognitive services, Could you please help explain in short.

    • @multicloudsagar
      @multicloudsagar  Год назад

      cognitive search focuses specifically on improving search results using AI, cognitive services encompass a broader range of AI functionalities.

  • @saegoud8867
    @saegoud8867 10 месяцев назад

    Hi Sagar,
    Can I use cognitive search in Microsoft copilot? is it possible , please share any reference document if u have any.
    Thanks

    • @multicloudsagar
      @multicloudsagar  10 месяцев назад

      As per my knowledge, there is no direct integration between those services available as of now.

  • @hiramushtaq1054
    @hiramushtaq1054 9 месяцев назад

    Hello, Wanna know can Iuse sql data in cognitive search? Actually I have tables in sql that has relational database in it so how can I use that?? Can I also do calculations like plus minus?

    • @multicloudsagar
      @multicloudsagar  9 месяцев назад

      Azure Cognitive Search is a cloud-based search-as-a-service solution that allows you to create powerful and sophisticated search experiences over your data.
      You can follow the below steps.
      1. Create an Azure Cognitive Search Service:
      Go to the Azure portal. Create a new Azure Cognitive Search service.
      2. Define an Index:
      Define an index that represents the structure of your data. An index defines fields and their data types. It also specifies which fields should be searchable, filterable, and retrievable.
      3.Connect to Your SQL Database:
      Use the Azure portal, Azure CLI, or Azure PowerShell to configure a data source that points to your SQL database. Specify the connection string and other relevant settings.
      4.Create an Indexer:
      Create an indexer to pull data from your SQL database into the Azure Cognitive Search index. The indexer is responsible for keeping the index up-to-date with changes in the underlying data.
      5.Run the Indexer:
      Execute the indexer to start the process of extracting data from your SQL database and populating the Azure Cognitive Search index.
      6.Query and Search:
      Once the data is indexed, you can use the Azure Cognitive Search service to execute searches and queries against your data.

  • @KrishnaTandon
    @KrishnaTandon Год назад

    I am looking for connecting the Azure Search Service data using Node JS, but unable to find any. I am trying to build a React JS app with NodeJS and Azure cognitive search service.

    • @multicloudsagar
      @multicloudsagar  Год назад

      It is possible. Check with chatGPT. if you need a steps, share your email id to send it to you. thanks for watching. Do subscribe my channel.

  • @surajkarande1294
    @surajkarande1294 4 года назад +1

    Good thanks

  • @rakeshnarayanan3584
    @rakeshnarayanan3584 2 года назад +1

    can we use trial version of it without paying at beginning ?

  • @hemaghadge3880
    @hemaghadge3880 4 года назад +1

    Helpful video

  • @rajeshkhannapamula1546
    @rajeshkhannapamula1546 2 года назад +1

    if we want change or add primary key columns ?

    • @multicloudsagar
      @multicloudsagar  Год назад

      Yes, it is possible

    • @rajeshkhannapamula1546
      @rajeshkhannapamula1546 Год назад

      Any reference video or steps to add new fields to the existing

    • @multicloudsagar
      @multicloudsagar  Год назад

      you can use the Azure portal or the Azure CLI. In the Azure portal, navigate to the "Data" section of your service, then click on "Tables" and select the table you want to modify. From there, you can add or modify primary key columns by clicking the "Edit" button. Alternatively, you can use the Azure CLI command az cognitive service update to update the table schema, including primary key columns

  • @dineshmayekar2339
    @dineshmayekar2339 4 года назад +1

    Really helpful

  • @rajeshkhannapamula1546
    @rajeshkhannapamula1546 2 года назад +1

    is it possible to set 2 key fields?

  • @valentinorossi5328
    @valentinorossi5328 2 года назад +2

    11:42 JSON not YAML