Ollama in R | Running LLMs on Local Machine, No API Needed

Sdílet
Vložit
  • čas přidán 14. 07. 2024
  • Introduces working with ollama in R or RStudio. Running LLM models such as llama3 and several other models on local machine without the need for API.
    #ollama #llama3

Komentáře • 8

  • @ChhotooGhadge
    @ChhotooGhadge Před 19 dny +2

    Awesome topic. And as always your videos are crisp, relevant and also the presentation is of top class.The best thing is that there is no need of API Key. Thanks once again. It took about 5 minutes to pull the model
    I've updated the code to use models$name instead of directly specifying the model name.
    if(!require(ollamar)) {
    install.packages("ollamar")
    }
    # checks if the 'ollamar' package is not already loaded. If loaded it will ignore otherwise will install
    library(ollamar)
    test_connection()
    models

    • @bkrai
      @bkrai  Před 18 dny

      You are welcome and thanks for the update!

  • @islamahmadodeh8732
    @islamahmadodeh8732 Před 23 dny +2

    🎉🎉 Amazing Professor, Really love today's topic. I feel my big inspiration, my big professor is coming back. Thank youuuu so much... Keep on fire 🔥 teach R language & Rshiny and current technology related with R. May GOD bless you & your family... Professor...

    • @bkrai
      @bkrai  Před 23 dny +1

      Thanks for your encouraging comments! :)

  • @islamahmadodeh8732
    @islamahmadodeh8732 Před 23 dny +1

    Professor, do you remember 2018 you teached us about INTERACTIVE DASHBOARD... please Add 1 tab for R that using OLLAMA/LLM model (without API)... 1 application ( dashboard+AI bot with LLM model)... Pleaseeeeee... 🎉... i am eagerly to watch your video.. More more more more... Thank you very much

  • @islamahmadodeh8732
    @islamahmadodeh8732 Před 23 dny +1

    My greatest Professor...Please add the LLM code AI on the dashboard 2018...the data from there also + uploaded/browse. ...splendid of thankful Prof...

  • @mosesmorgan2531
    @mosesmorgan2531 Před 17 dny +2

    Hi professor, could you please introduce how to using the latent class trajectory models in R?❤

  • @islamahmadodeh8732
    @islamahmadodeh8732 Před 9 dny

    Professor.. Please RAG (many type of documents) in R, without API.
    Thank you...
    Curious waiting your next tutorial.