Create Chat UI Using ChainLit, LangChain, Ollama & Gemma 🧠

Поделиться
HTML-код
  • Опубликовано: 22 фев 2024
  • In this video, I am demonstrating how you can create a simple ChatGPT like UI locally in your computer. You can follow along with me by cloning the repo locally. The idea is once you know this approach, you can quickly switch different models.
    Open Source in Action 🚀
    - Gemma is used as Large Language model.
    - LangChain is used as a Framework for LLM
    - Gemma model is downloaded locally using Ollama
    - Chainlit is used for deploying.
    👉🏼 Links:
    Chainlit: docs.chainlit.io/get-started/...
    LangChain: www.langchain.com/
    Ollama: ollama.ai/
    💻 GitHub repo for code: github.com/sudarshan-koirala/...
    ------------------------------------------------------------------------------------------
    ☕ Buy me a Coffee: ko-fi.com/datasciencebasics
    ✌️Patreon: / datasciencebasics
    ------------------------------------------------------------------------------------------
    🔗 🎥 Other videos you might find helpful:
    🔥 Databricks playlist: • 30 Days Of DataBricks
    ⛓️ Langflow: • ⛓️ langflow | UI For 🦜...
    ⛓️ Flowise: • Flowise | UI For 🦜️🔗 L...
    🔥Chainlit playlist: • Chainlit
    🦜️🔗 LangChain playlist: • LangChain
    🦙 LlamaIndex Playlist: • LlamaIndex
    ------------------------------------------------------------------------------------------
    🤝 Connect with me:
    📺 RUclips: www.youtube.com/@datascienceb...
    👔 LinkedIn: / sudarshan-koirala
    🐦 Twitter: / mesudarshan
    🔉Medium: / sudarshan-koirala
    💼 Consulting: topmate.io/sudarshan_koirala
    #langchain #chainlit #ollama #gemma #chatui #chatgpt #datasciencebasics
  • НаукаНаука

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

  • @rgm4646
    @rgm4646 4 месяца назад

    great video, this works very well!

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

    Great video! Thanks!

  • @TomanswerAi
    @TomanswerAi 4 месяца назад

    Excellent demo thanks

  • @pavankumarmantha
    @pavankumarmantha 4 месяца назад

    Also since you are using everything locally the please try phoenix tracing that’s almost similar to langsmith so with this your entire stack become localised

  • @aimademerich
    @aimademerich 4 месяца назад

    Please can you tell us the nav menu on the left of your screen, where can we find that?

    • @aimademerich
      @aimademerich 4 месяца назад

      Arc browser, found it!

    • @datasciencebasics
      @datasciencebasics  4 месяца назад

      Excellent, give a try, its unique and productive tool to use !

  • @drmetroyt
    @drmetroyt 4 месяца назад

    Hi , which is the best 13b and 7b open source model for RAG application which provides answers only from the context provided to it eg : pdf documents uploaded ...

    • @datasciencebasics
      @datasciencebasics  4 месяца назад

      It depends upon the model you use.

    • @drmetroyt
      @drmetroyt 4 месяца назад

      @@datasciencebasics i want to know the model which is best for this purpose can you please tell me

    • @datasciencebasics
      @datasciencebasics  4 месяца назад

      try mistral or llama2. that’s what I have tried.

  • @insta_short_viral
    @insta_short_viral Месяц назад

    How can I deploy online?