Embedchain - Building resource-driven LLM-powered bots

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

КОМЕНТАРІ • 23

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

    Great. Thanks very much for your time and selflessness.

  • @nedyalkokarabadzhakov5405
    @nedyalkokarabadzhakov5405 Рік тому +2

    You are amazing theacher. I will like to see django langchain, openai integrations projects ideas.

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

      Thanks! I'll have a look into some possibilities.

  • @trondlillebo
    @trondlillebo Рік тому +2

    Great content as always. Would be great to see a video on how to use gpt4all/privategpt, langchain and django to do search on your own documents and database to keep your data out of the public space.

    • @bugbytes3923
      @bugbytes3923  Рік тому +3

      Thank you! That's a great suggestion, will try and find the time to look into this - maybe a comprehensive tutorial on the topic.

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

    Looking forward to learning how to build a web front end for this.

  • @micbab-vg2mu
    @micbab-vg2mu Рік тому +2

    Nice!

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

    Nice ! what about token consumption ? How much did it cost api usage?

  • @memories-fh5fd
    @memories-fh5fd 6 місяців тому

    thanks for this.. the data sourcs you added were all text based. would it be possible to also add a SQL database source to this? thxs

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

    I'd love to see django langchain content!

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

    Is there any way to make the bot print links to its sources? e.g. timestamped youtube links, links to the docs containing context for the conclusion it draws, etc.?
    It feels like this could be a really useful web app if I fed it sets of documentation, hooked up a way to ask questions, and could make it include links in the output.

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

      A good question - I'll look into that. It would definitely be very useful in the context you've mentioned!

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

    Hey thanks for explaining this. I’m new to coding and was trying to install via the GitHub instructions…now I’m confused…is this the only code I need to get it running locally?? By the way there’s an unofficial stream lit repo up now and they added gpt4 all so you can run it totally free. Would love to see how to set it up step by step locally and create a stream lit/web app. Thanks

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

    with embedchain, are you still making external requests to API?

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

      Yes - you will need the OpenAI API key for the library to work, as it calls this external API in order to get the responses.

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

      @@bugbytes3923 do you know of any which can run offline?

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

      @@swelanauguste6176 None.

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

    I had a hunch that you will make something like this and there go, it dropped.