Open WebUI, Tools, Functions, Filters, Pipelines, and Valves, with a lot of demos

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • Boost your productivity with Open WebUI's advanced features: Tools, Filters, Functions, Pipelines, and Valves!
    By the way, for a new comer, Open WebUI is an open-source tool that allows you to have a UI like ChatGPT and provide you with a lot of tools! Learn the basic of Open WebUI with our featured video: ruclips.net/user/li...
    ⭐️What You'll Learn:
    How to create 'tools' and equip to LLM models to use. 🛠️. We will show you 3 tool demos (2 successes and 1 failure).
    Understanding and applying 'filters', which are meant for processing inputs and outputs of LLMs. 📊 You will know how to code it inside Open WebUI's interface itself with 'Functions' tab.
    Most advanced feature 'Pipelines', you will know how to get started and know a template to youse. Pipelines allow you to implement complex workflows and automation 🔄. We show you 2 demos, simplified so you can get the gist.
    ⛓️Connect with Us:
    👍 Like | 🔗 Share | 📢 Subscribe | 💬 Comments + Questions
    LinkedIn: / casedonebyai
    RUclips: / @casedonebyai
    Facebook: / casedonebyai
    TikTok: / casedonebyai
    Github: www.github.com...
    SubStack: casedonebyai.s...
    🎬Quick navigation:
    01:11 Introduction to Open WebUI's advanced features: Tools, Filters, Pipelines, and Functions. Get the overview understanding of these features.
    05:12 Tools, equipping AI with tools to extend their capabilities. Learn how to create and define tools, equip to AI, and use in Open WebUI chat interface. Learn from 2 successful demos and 1 failure demo.
    25:29 Functions tab of Open WebUI's Workspace is a place for you to implement simple 'filters' directly from within Open WebUI.
    27:43 Filters, a middle step to process inputs before LLM and outputs from LLM. Learn how to define simple filters with a demo directly inside Open WebUI's Functions tab.
    38:08 Pipelines, the most powerful extension of Open WebUI. Learn the basic template to create your own pipelines from our two demos. Learn how to add custom pipelines and connect to Open WebUI.
    57:00 Pipeline demo: Basic Retrieval with Pipeline (which you could convert to RAG). Also, learn the amazing flexible way to use pipeline in actual turn-based conversation in Open WebUI.
    #genai #openwebui #ai #chatgpt #openai #aiforbusiness #casedone #casedonebyai

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

  • @yannisvolos5877
    @yannisvolos5877 19 дней назад +3

    Thank you for the effort you put into acquiring the knowledge and creating the video. Unfortunately, although it did clear out certain aspects of the Open WebUI UI, I was unable to comprehend functions, filters, valves and especially pipelines (which is what I came here for), to a satisfying level, one that would make me feel sure of what I am doing. I suppose I'll have to meddle with all of it and fumble my way around 🙏

  • @JBLU7
    @JBLU7 21 день назад +1

    thanks for this benz, from this video, i didnt really understand the usecase for a filter vs a custom prompt

  • @hasaniqbal3180
    @hasaniqbal3180 25 дней назад +1

    Thank you for this! I was waiting for this more in depth video!

    • @CaseDonebyAI
      @CaseDonebyAI  23 дня назад

      Glad it was helpful! Thanks for supporting us!

  • @rafaelg8238
    @rafaelg8238 25 дней назад +1

    great video, tks

  • @mat429
    @mat429 23 дня назад +2

    Not sure if it's why the math function is not working, but the param name has a spelling mistake (opeator)...

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

      Ah! Thanks so much for pointing that out. However, after correcting the typo (which is in the docstring), it still doesn't work :(