Understand Ollama and LangChain Chat History in 10 minutes

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

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

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

    LangChain Chat history with Ollama and Llama3, learn is Fast and Simple only 10 minutes. Best and simplest video today!

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

    Super simple, in only a few stops this is all explained

  • @mortoopz
    @mortoopz 23 дня назад +1

    Heh choice of model makes a huge difference, I'm just getting set up, doing init testing, I asked the model I downloaded 'what day is after monday' and it thought about it for [no joke] 1 minute 45 seconds, then spent the next 3mins spitting out 400 words explaining how weeks work (yeah, running on a cpu)... I think I'll shop around for a more concise model ;)

    • @fastandsimpledevelopment
      @fastandsimpledevelopment  22 дня назад +1

      I use Llama3.2 for most of my work. I run this on a machine with a GPU, answers are normally 1 - 4 seconds. There are hundreds of models and sizes to choose from with Ollama

    • @mortoopz
      @mortoopz 22 дня назад

      @@fastandsimpledevelopment Thanks for the heads up, gives me confidence that I might have already found one to stick with. That being llama3.1-python (as I'll using it as a .py assistant); Its quicker and doesnt make me read pages every time :)

  • @wadejohnson4542
    @wadejohnson4542 8 месяцев назад +2

    Nicely done. Looking forward to the enhanced RAG.

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

      Rag with Followup (Chat History ) is now ready - ruclips.net/video/X5DmBQSkzHA/видео.html

  • @dr.mikeybee
    @dr.mikeybee 7 месяцев назад +2

    Nice tutorial. I've been struggling with coreference resolution. This handles most of that.

  • @omkarswami7276
    @omkarswami7276 15 дней назад

    NOICE! tysm for this :D

  • @mikkaruru
    @mikkaruru 6 месяцев назад

    Great video! Thank you!

  • @themax2go
    @themax2go 5 месяцев назад

    what do you think of zed instead of vscode? my input: it's very lightweight, but because it's quite new, not as full-fledged as vscode yet, but it does have "ai coding / copilot" implemented and supporting ollama also 🥳

  • @themax2go
    @themax2go 5 месяцев назад

    ps: same for langgraph and autogen? or langgraph maybe same as in langchain?

  • @suwanthadarshana8495
    @suwanthadarshana8495 8 месяцев назад +1

    Can you do a video about spring security with new updates

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

      I would suggest taking a look at what Dan Vega creates, he has a lot of good videos on Spring Boot Security and works for VMWare