A first look at Vertex AI Conversation (aka Gen App Builder Conversational AI) - Live demo

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.ย. 2023
  • This video walks through the process of creating a generative AI powered chatbot with Vertex AI Conversation on Google Cloud Platform.
    In the demo, I show how to use a website as a data store on which to ground the bot's responses. Then, I show how to customize the LLM prompt to steer the model's responses.
    Product announcement: cloud.google.com/blog/product...
    Documentation: cloud.google.com/generative-a...

ความคิดเห็น • 22

  • @malharulhasagale2458
    @malharulhasagale2458 8 หลายเดือนก่อน +1

    WOW Victor this is amazing Thanks for the demo :)

  • @tsaleh5077
    @tsaleh5077 8 หลายเดือนก่อน

    thanks for the demo Victor. the agent ingests/scrapes data from multiple pages. as an end consumer of the chatbot, when i get a chat response, is it possible to find out what page the response is from? meaning that if i'd like to learn more, can i go to the page where the citation comes from? thanks

    • @vdantas
      @vdantas  8 หลายเดือนก่อน

      Yes, the way it works is that a URL to the source page (or document, in case you'd use unstructured data as the source) is provided in the response. In addition, Google will even highlight the parts of the text in the page when you open to show where the answers are coming from. Might only work with the chrome browser, not sure.
      Hope this helps!

  • @saiga1985
    @saiga1985 3 หลายเดือนก่อน

    Hi Victor.. is it possible to add a video on how we can use bigquery datasets to create such search and conversation app...

  • @sherifalkadymarketing
    @sherifalkadymarketing หลายเดือนก่อน

    How did you get public web content crawl?
    I didn't find it anywhere 😕

  • @thijs0522
    @thijs0522 8 หลายเดือนก่อน

    I used my own example question to train a bison model in the generative ai studio. Is it possible to both use Dialogflow and use your own questions to train a chatbot? Great video, thanks for the explainer :)

    • @vdantas
      @vdantas  7 หลายเดือนก่อน

      If by own questions you mean a prompt you can send to the model, yes :)

  • @notsean5991
    @notsean5991 7 หลายเดือนก่อน

    couple of questions:
    1. when you create a website datastore, did it not prompt you to verify the domain? it needed to verify for me.
    2. I see youa re asetting a prompt for generative fallback, what about the Data store prompt does that matter?

    • @vdantas
      @vdantas  7 หลายเดือนก่อน

      1. Yes, domain verification is required. I did not show this in the demo.
      2. There's no way to set any system prompt, really only the generative fallback (and you can also set it for "generators" which is the same concept as generative fallback but it applies to specific intents, i.e., how to have the model answer or behave for specific questions or utterances matching an intent)

  • @ravipersona
    @ravipersona 4 หลายเดือนก่อน

    Hi Victor… how did you embed the dialog flow agent to the site? That’s the key…

    • @vdantas
      @vdantas  4 หลายเดือนก่อน

      If you click on Publish you'll have a javascript widget you can copy and paste into any website

  • @solomonpaul6279
    @solomonpaul6279 4 หลายเดือนก่อน

    thanks for the video Vctor, this is amazing, Just wondering how did you create the website there please at the end?

    • @chrsl3
      @chrsl3 4 หลายเดือนก่อน

      basically just a click of a button. that generates the embedding code you can place on any website you can edit.

    • @solomonpaul6279
      @solomonpaul6279 4 หลายเดือนก่อน

      Thanks so lot :), Is it possible to adjust the chat to appear bit bigger in rectangular shape, I'm basically planning to create a website just for this, so users can get information about a data, is this the best? or is there a alternative ways. @@chrsl3

  • @Smart-ls6xi
    @Smart-ls6xi 6 หลายเดือนก่อน

    Hello, I have a question. If I am working with a team, is it one person who is supposed to have a veryExAI account that will be charged? Or will each user, though sharing the same project, be charged in their account?

    • @vdantas
      @vdantas  5 หลายเดือนก่อน

      A Vertex AI Conversation app is charged per query, so it doesn't matter how many users there are, only how much usage there is of the app itself. It's a single bill that goes to the billing account linked to the project. If multiple projects are linked to the same billing account (which is common), all billing is consolidated there and paid by whatever credit card is associated with that billing account. Hope that helps!

  • @analystinvestor
    @analystinvestor 5 หลายเดือนก่อน

    Hi Victor, how can this bot email the conversation to a recepient at the end. Thanks.

    • @vdantas
      @vdantas  5 หลายเดือนก่อน +1

      Yes it can! Just need to use a mail API

  • @zzMrKOHzz
    @zzMrKOHzz 4 หลายเดือนก่อน

    Thanks Victor, this look cool, can you make a more detail video, step by step how you training this agent?

    • @vdantas
      @vdantas  4 หลายเดือนก่อน

      The agent is trained under the hood when you create an app in Vertex AI Conversation, so there's nothing extra I've done. More videos on Vertex AI Conversation to come soon though :)

  • @edge0601
    @edge0601 4 หลายเดือนก่อน +1

    👍