Building Powerful Search Engine with Elastic Search and Semantics Search | Part 3 Code

Поділитися
Вставка
  • Опубліковано 16 лис 2024

КОМЕНТАРІ • 18

  • @sinarr138
    @sinarr138 2 роки тому +1

    Hi, Thank you for your explanation. Can you explain how to use embedding vectors in combination with elastic search for practical cases?
    According to our tests, using vector search plugin of elasticsearch is not fast enough and it takes too much to find the best answers. I'm looking for a tool to do semantic search fast enough while there are some features in elasticsearch which affect the results too.

  • @mzsandlist
    @mzsandlist Рік тому

    how to Download the plugin appropriate KNN plugin package for your Elasticsearch version 8.11 ?

  • @BirSozben
    @BirSozben Рік тому +1

    this is awesome! thank you!

  • @bijendersingh5771
    @bijendersingh5771 2 роки тому

    U r an incredible ❤ guy.

  • @gayatrigadre1829
    @gayatrigadre1829 2 роки тому

    Hi Soumil, great video series. Can you please mention the version of elastic search used? Which method is used for kNN? is it ANN?

  • @sinarr138
    @sinarr138 2 роки тому

    Hi, Thank you for this video. But I didn't find any code or explanation on keyword extraction said in part 2. Do you have any suggestion how to do keyword extraction?

  • @wilfredomartel7781
    @wilfredomartel7781 2 роки тому

    Great!

  • @talk2koushik
    @talk2koushik 2 роки тому

    Hi
    Many thanks for the video tutorials.
    I want to convert string to token by PHP. Can you plz help me to find out this in PHP.

  • @harrishvishwa4906
    @harrishvishwa4906 2 роки тому

    Sir got this Output on helper_elk step (ValueError: Either 'hosts' or 'cloud_id' must be specified)
    How to Solve this Error Sir pls Tell Me

    • @faiz_fictions
      @faiz_fictions 2 роки тому

      have you resolved the issue?

    • @howtos5783
      @howtos5783 Рік тому

      directly specify host name es(request_timeout=600, hosts=ENDPOINT, basic_auth=('username', 'password'))

  • @ahsannisar915
    @ahsannisar915 2 роки тому

    Sir kindly guide about json file to import in elasticsearch.

  • @성원-u6d
    @성원-u6d 2 роки тому

    should I install knn plugin on Elasticsearch?

    • @howtos5783
      @howtos5783 Рік тому

      which version of es you're using?

    • @mzsandlist
      @mzsandlist Рік тому

      @@howtos5783 i am using 8.11 version and i have the same question ... could you please help me out ?

  • @aryan2k202
    @aryan2k202 Рік тому

    This makes no sense at alllll...

  • @ahsannisar915
    @ahsannisar915 2 роки тому

    By Using C#