Getting Started with Rivet 1.5

Поделиться
HTML-код
  • Опубликовано: 24 окт 2023
  • New to building LLM applications with Rivet? We'll go over how to get started, as well as some best practices for your first project.
    First Tip: join our growing community on Discord! There, you'll find people who are happy to help you get started: / discord
    We'll also cover:
    - Saving rivet-project files and organizing your graph list.
    - Creating nodes, and navigating the canvas.
    - Using subgraph nodes and comment nodes to keep your project structured.
  • НаукаНаука

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

  • @mudakisaa
    @mudakisaa 6 месяцев назад +2

    Great work guys! One thing would be cool to have. Deletion of the nodes by clicking delete or backspace button. It's not very comfortable to open context menu every time you want to do that. But in any case, it's supercool project. Thanks a lot for your work.

  • @DaKingof
    @DaKingof 5 месяцев назад +1

    I'm loving this so much. I'm new to coding and AI and this app give me all the internal wigglys of wanting to explore these two worlds!

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

    Very clear. It helps a lot to get started. Thanks

  • @christiandarkin
    @christiandarkin 9 месяцев назад +2

    I'm finding Rivet really great for putting together complex sequences of prompts. The loop tool is a bit tricky to get your head around, and it would be great to be able to plug in other llms (local ones for example, or autogen), but this is still a brilliant tool.

    • @rivet_ts
      @rivet_ts  9 месяцев назад +1

      Thank you! And thank you for the feedback! We'll continue to improve Rivet, and welcome contributions!

  • @JimMendenhall
    @JimMendenhall 9 месяцев назад

    Thanks for the nice intro to Rivet!

  • @aquelaquelaquelaquel
    @aquelaquelaquelaquel 9 месяцев назад

    Thank you!

  • @PerFeldvoss
    @PerFeldvoss 9 месяцев назад +1

    Cool work, why not make a library of graphs - and "prompt search" to find those that do something similar to what you want to do?

  • @user-ef4df8xp8p
    @user-ef4df8xp8p 5 месяцев назад

    Nice.....A cool tool....

  • @antoniocabrera4588
    @antoniocabrera4588 2 месяца назад

    How does the Critiquer graph function? That's sort of helpful in order to figure out how this works to revise a document.

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

    Hi,
    THX for this,!
    It would be very helpful to se how the other two subgraphs worked for someone like me who is completly new to this. Can I find that somewhere?

  • @PerFeldvoss
    @PerFeldvoss 9 месяцев назад

    Just a quick suggestion, can you perhaps "automatically" make "wrapper" for the autogen api and for the functions? I guess doing that would make a huge leap!

  • @sikerr1
    @sikerr1 9 месяцев назад

    Also, in the example above, how did you add the extra loops to review the information and to revise and refine it? Why did you need to do it as two sub graphs versus one that simply reviewed and rewrote it with a tighter specification? Is there some thought process there that we need to know about and if so, could you walk through how to do that so that we could start to model things like that ourselves?
    For example, let's assume you're trying to create an application that has five inputs and a dozen different outputs that come out of open AI based on various prompts that may also use the variables gathered in the inputs. It'd be great if you could review and refine and revise the output prompts each time. Can you walk us through how to create a sub graph that reviewed and refined each prompt o so that we only had to write this logic once, but we could use it throughout our entire process for all 10 prompts to end up with a more refined output than we would have received had we just run through the whole chat sequence, one time? Showing us how we could we create this in rivet would be super helpful.

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

    Absolutely brilliant 🥹

  • @JimMendenhall
    @JimMendenhall 9 месяцев назад +3

    It would be very useful to have a very simple example of how to turn this workflow that you created into a working web page with a form for the inputs, or even just how to run this from a script outside of Rivet.

    • @rivet_ts
      @rivet_ts  9 месяцев назад

      We're working on making that even easier, but in the meantime, have you watched our video, "Running Rivet in a Node.js App" (ruclips.net/video/IH5QO8ebl_0/видео.html)?
      The video demonstrates how to update the example app here: github.com/Ironclad/rivet-example

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

    You rushed the end of the video and im stuck trying to figure out how you did it.

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

    So...what do I do with this now?

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

      Sky is the limit!

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

    No Lm studio support? That's an abomination!

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

      You can use LM Studio with Rivet! Many of our community members use LM Studio or Ollama.

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

      @@rivet_ts You don't have an LM studio plugin for Rivet. I checked. There's Ollama but no LM studio so I am not sure how that works.

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

      Thanks for trying out Rivet.
      LM Studio works with Rivet via the chat node. If you go to settings, there is now a button that helps you configure the chat node to work with LM Studio (no plugin required).
      Our friends at AI Made Approachable also posted a tutorial about how to use LM Studio on their channel:
      ruclips.net/video/vyzNkWYIcac/видео.htmlsi=pfjV67tLV8WLQnss

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

      @@rivet_ts Thank you