AutoGen AI Travel Agent TUTORIAL with GitHub Repo!

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2023
  • This advanced tutorial will explore the Autogen framework for managing multi-agent workflows. We will delve into how Autogen facilitates searching for flights by establishing a connection with the Amadeus API, writing data to a serverless SQL database, and executing queries on this data.
    For a deeper dive on this topic, have a look at our blog post that complements this RUclips content: / using-autogen-to-find-...
    The GitHub Repo for the code: github.com/john-adeojo/autoge...
    Stay updated on AI, Data Science, and Large Language Models by following me on Medium: / johnadeojo
    Need to develop some AI? Let's chat: bit.ly/brainqub3-discovery-call
    The technical blog on function calling: / how-to-use-openais-fun...
    Keen on mastering LLM-app development? Get on our course waiting list: www.data-centric-solutions.co...
    Technical blog on function calling: / how-to-use-openais-fun...
    Link to previous tutorial on AutoGen: • LLM Projects - A Quick...
  • НаукаНаука

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

  • @georgesanchez8051
    @georgesanchez8051 6 месяцев назад +5

    Oh what a lovely thing to see at the top of my feed when I open RUclips. Not even a minute in but thanks in advance!

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

    This is amazing and really easy to follow!!!

  • @shekharkumar1902
    @shekharkumar1902 5 месяцев назад +3

    Wow ...what a impressive systematic approach to solve a real time problem using Generative AI. This would be a benchmark for many others to solve real-world problem. Thank you so much

    • @Data-Centric
      @Data-Centric  5 месяцев назад +1

      Thanks for the feedback. The use case itself isn't quite commercially viable, but I think at some point API calls will be cheaper and the approach could work.

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

      idk man... pretty sure you could do this with a fraction of the memory and a good script... just saying

  • @mq6802
    @mq6802 3 месяца назад +2

    Very good. Very very good.

  • @agentDueDiligence
    @agentDueDiligence 6 месяцев назад +1

    Everything in respect to agents is of highest priority to me.
    Please provide more content if you can!! I swear to god, I will share, like, subscribe & watch this stuff - just love it.

    • @Data-Centric
      @Data-Centric  6 месяцев назад

      Thanks, I'll be sure to continue putting out useful content!

  • @guledts9181
    @guledts9181 6 месяцев назад +1

    I will be dead honest. You are a gem mate. Keep doing what you are doing. Like, shared and subscribed.

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

    stopped at 30 seconds to say can't wait. I've been working in python trying to learn simple functions and API calls to a place. I've made a program that will get info from my work's CRM API and then feed AI the response and get things like "how many leads did we have in October." So everything you just said are things I'm learning and struggling with, so I'm excited to see the rest of the video. I've messed with AutoGen some, but I'm ready to start utilizing it.

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

    Cool in depth overview. Great content 🔥

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

    pure gold content, thank you

  • @dawn_of_Artificial_Intellect
    @dawn_of_Artificial_Intellect 29 дней назад

    Very nice system one question how do this translate to actually buying or purchasing the tickets based on what the system has found

  • @susteven4974
    @susteven4974 6 месяцев назад +1

    It's so cool! May I ask a question, autongen function is support other LLM like claude, llama2 ?

    • @Data-Centric
      @Data-Centric  6 месяцев назад +2

      It's possible, I'm working on something for Open source LLMs!

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

      Please make tutorials working with free LLMs

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

    This is great!
    I do want to ask a question?
    Please tell us how this would be better than the usual platforms? e.g. Priceline, Kayak, CheapFlights,etc.

    • @Data-Centric
      @Data-Centric  6 месяцев назад +3

      Thanks for the feedback. In this form it wouldn't be better than the established platforms. It's just to show the power of LLM agents to perform complex queries from a natural language prompt.

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

    Very cool! Thanks for the content. Question: Do you have any apps using AutoGen in Production? Things run fine for me in dev, but when I got to Production (Ubuntu/Apache/WSGI), I get all kinds of issues. I'm squashing them, but I'm worried I'll just keep finding new issues running AutoGen in Production.

    • @Data-Centric
      @Data-Centric  Месяц назад

      Great question, I made a video on this! In short, AutoGen isn't production ready. Here's the video if you're interested: ruclips.net/video/YHfN9a8LyYc/видео.html

  • @landonlandon2251
    @landonlandon2251 6 месяцев назад +1

    Great channel my large language brother..
    Can you please start putting time stamps? 🤙

    • @Data-Centric
      @Data-Centric  6 месяцев назад +2

      Thanks for the feedback. I'll try to incorporate these going forward.

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

      @@Data-Centric the 4 mins of extra workflow will help you build a wider net on here as well. You know sometimes we just want one or 2 functions 🧩 out of the millions. 🤙

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

    I know the topic is Agents, but the results matters. Not sure if this is real data but manually trying google flights it finds WAAAAY cheaper flights and they are shorter ( 17 hours ), for the same dates. $1471 euros for 2 adults, same airports and same dates. Is it because of my location? Because of our searching dates being different? Because we are talking of a difference of almost 50%.

    • @Data-Centric
      @Data-Centric  6 месяцев назад

      It's using the Amadeus sandpit environment (test not prod data), might be something to do with it.

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

    Where is the api secret ,can only fid the key, you should show the steps of everything n

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

      Also if you use things like sqlalchmey you should tell the suers to install the necessary dependencies etc