Build A Simple Search Engine in Python

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

КОМЕНТАРІ • 36

  • @user-xm1ls2ch9n
    @user-xm1ls2ch9n 4 місяці тому +1

    Wow, this is the most foucusing youtube video ive seen in a while, keep doing it the same man!!

  • @Sergio-rq2mm
    @Sergio-rq2mm 5 місяців тому +3

    How does txtai differ from say the langchain embedding options when they both can use huggingface's sentence-transformers?

  • @aymardtv
    @aymardtv 5 місяців тому +3

    Thank you bro

  • @michaelmuyakwa4269
    @michaelmuyakwa4269 4 місяці тому

    Englisch:
    An interesting tutorial in principle.
    Unfortunately, very few people will work with CSV data.
    It would be more exciting with other data sources. (Database, ElasticSearch, ...)
    So far I have not found anything fun that can be used for a Knnowledgebas. (RAG on collected documentation.)
    Deutsch:
    Grundsätzlich eine interessante Geschichte.
    Leider werden nur wenige mit CSV-Daten arbeiten.
    Spannender wäre es mit anderen Datenquellen. (Datenbank, ElasticSearch, ...)
    Bis jetzt habe ich noch nichts interessantes gefunden, was man für eine Knnowledgebase verwenden könnte. (RAG auf gesammelte Dokumentationen.)

  • @Enkumnu
    @Enkumnu 4 місяці тому

    So excellent. Thank you very much. I'm trying to integrate data from postgres .... (ocr on pdf , import txt from pdf to postgres,... more than 100 000 files . Will see how is the result

  • @andiglazkov4915
    @andiglazkov4915 5 місяців тому +1

    Thanks

  • @teprox7690
    @teprox7690 5 місяців тому

    many thanks for this video ! ❤❤❤❤

  • @user-md1xf3bs9k
    @user-md1xf3bs9k 2 місяці тому

    can you do the same process but instead of using any dataset please use database, so it can help us.

  • @mr.k8660
    @mr.k8660 5 місяців тому

    Do you have a custom command prompt ? which one is it ?

  • @ahmadzaimhilmi
    @ahmadzaimhilmi 5 місяців тому

    Hey, if you could recreate this using colbert, it would be great

  • @WahreZocker
    @WahreZocker 5 місяців тому

    lov your content!

  • @gamerfisch5117
    @gamerfisch5117 5 місяців тому

    Could you maybe explain how txtai works, does it take my data that I feed in? In case the data would be kind of sensitive I would like to circumvent this.

  • @IF_Seven
    @IF_Seven 4 місяці тому

    bro please make virtual desktop in Python

  • @no-name1.612
    @no-name1.612 5 місяців тому

    Can someone please tell me the intro name if it's a song?

  • @user-pc2gl3xv9p
    @user-pc2gl3xv9p 5 місяців тому

    What code editor are you using? Thanks

  • @randalljosue
    @randalljosue 27 днів тому

    Zoom in next time, yeah?

  • @smnomad9276
    @smnomad9276 5 місяців тому +16

    You have a big problem in your teaching method, you assume that we know certain things, you need to breakdown things and explain the why of everything more, for example in the beginning say why would we need to install txtai , numpy and panda. You need to explain the thought process behind each decision in your code so that beginners can follow along and grasp the programming concepts. I feel like you forget that 90% of your audience are complete beginners.

    • @enty-3035
      @enty-3035 5 місяців тому +1

      he has tutorials for those in his chanel

    • @ObeloMusic
      @ObeloMusic 5 місяців тому +2

      His style is good, maybe he should just post links to videos on the pips and other prerequisites in the description so that those who are missing pieces of the puzzle can backtrack and hop back in. He has to be concise and cannot reiterate each piece for us every trip, as he cannot be aware of what we do or do not know. He gives us the easy cook book, we gotta dig for the ingredients if we wanna dig deeper.

    • @saadchaudhary3177
      @saadchaudhary3177 5 місяців тому

      Who the fuck asked your opinion. His main motive is to share what we can do with python using a specific library. It's not your step by step stupid clone tutorial. If you have any "big problem" to understand simple python video then skill up and then come back.😂😂😂

    • @heroe1486
      @heroe1486 5 місяців тому +4

      I disagree, 90% of youtube tutorials are for beginners, if you start everything from scratch for every video then your video is either 10 hours long or doesn't really add anything new, with your logic he shouldn't even assume you know basic python. So maybe grasp the basics before watching more specialized videos, there should be room for all type of contents, not only beginner oriented ones.
      And idk where you got your idea that 90% of his viewers were total beginners, tons of people watching are seasoned devs who might want to watch videos about a branch of programming that isn't necessarily their own but also want to learn more about it for future projects, otherwise he'd get no views per your remark.

    • @BlackTeenMonkey
      @BlackTeenMonkey 5 місяців тому +2

      Bro neuralnine and other guys work differently. It’s often the case that people might tell you grasp how to use it and figure it out on your own than following a bunch of tutorials.
      I personally do both, but I think neuralnine wants to teach you how to use something useful and cool rather than give you instructions to make the biggest app possible, cause in reality we have infinite small apps, and not one large app
      I would say I’m an intermediate with JS and python, so while he may not be going in depth, I still find a lot of cool things on here and maybe it’s easier to understand for me.