Give Long Term Memory for AI Agents, Here is how

Поделиться
HTML-код
  • Опубликовано: 28 окт 2024

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

  • @johnddcz
    @johnddcz 3 месяца назад +8

    Is it just me or you also click the videos just to listen to "This is amazing"?

  • @babusivaprakasam9846
    @babusivaprakasam9846 3 месяца назад

    One of your best!. Appreciate your consistent effort.

  • @Cingku
    @Cingku 2 месяца назад +1

    Can you show how to use mem0 with ollama too since it is supported with latest update.

  • @peterquoc
    @peterquoc 3 месяца назад

    really appreciate the contents you're creating

  • @arturodelfuturo
    @arturodelfuturo 21 день назад

    Very informative video and it seems you have put much effort into it.
    On the side note, it’s sometimes hard to understand what you are saying because you don’t pause in between words. Itseemslikeifyouwerespeakinglikethis.

  • @KumR
    @KumR 3 месяца назад +1

    How does it work behind the scenes? Where is info stored?

    • @hollerith-z5x
      @hollerith-z5x 3 месяца назад +1

      It vectorises the text - converts the texts to a series of coordinates and stores it in a vector store - default is qdrant, but it could probably use any, pgvector, sqlite, chromadb, elastic...

  • @Pregidth
    @Pregidth 3 месяца назад

    Really cool!

  • @artur50
    @artur50 3 месяца назад +3

    Ollama or LMStudio?

    • @MervinPraison
      @MervinPraison  3 месяца назад

      Ollama if you are a developer. LM studio if you are non developer

  • @adamchan4403
    @adamchan4403 3 месяца назад

    I like it !

  • @iritesh
    @iritesh 3 месяца назад

    Wish you'd add this to you code base AI

  • @PanduPandu-fh5tk
    @PanduPandu-fh5tk 3 месяца назад

  • @sleepless-nite
    @sleepless-nite 3 месяца назад +2

    You lost me when you say "export OPENAI_API_KEY=xxxxxx" lol people that views you Tuts are mostly noobs, so please be more details. Thanks

    • @MervinPraison
      @MervinPraison  3 месяца назад +1

      Sure. Thanks for the feedback

    • @redbaron3555
      @redbaron3555 3 месяца назад +1

      If he lost you at this easy step you are way too beginner level to watch videos about adding memory functions to code bases. Or you should have simply googled it and found out that the export thing is easier than it sounds because it is nothing more than a command you type which provides the OpenAI Key (your keyword to use ChatGPT) to the application. There is nothing he could do to make it easier than that without making every tutorial a beginners guide to CLI.