Google Vertex AI Agent Builder Tutorial

Ғылым және технология

Google Vertex AI Agent Builder Tutorial
In this demo, we learn to design and build Google AI Agents in Google Cloud Platform.
Introduction to Generative AI Agents.
Github Repo:
github.com/architecturebytes/...
#aiagents #vertexai #googlecloud #artificialintelligence #googlecloudplatform #generativeai

Пікірлер: 19

  • @pimcore_warrior
    @pimcore_warrior24 күн бұрын

    quality guide, greetings from 71

  • @babusivaprakasam9846
    @babusivaprakasam984617 күн бұрын

    Fantastic!. Straight to the point.

  • @santosharakere
    @santosharakere24 күн бұрын

    Excellent ! Thanks for the video.

  • @MohammadMajed-hu4ms
    @MohammadMajed-hu4ms9 күн бұрын

    Great guide! Is it possible to send hidden params not inputted by the user and the agent will understand? Dialogflow used to support $session.param... when we set it from df-messenger.setQueryParameters Now when starting with VertexAI Agent and using the df-messenger integration, I am not sure how to do that

  • @ArchitectureBytes

    @ArchitectureBytes

    9 күн бұрын

    You would add that information to Agent instructions. When invoking a Tool (eg. OpenAPI) - agent passes parameters based on available information whether provided explicitly by the end user or available in the instructions. Your Open API Schema definition (eg. param name, description) should be well defined. Your instruction could be something like: Always assume that City name is Chicago. So, if your Tool (API) expects City as parameter, it would get Chicago as parameter, and agent will not need to ask for this information from the end user.

  • @MohammadMajed-hu4ms

    @MohammadMajed-hu4ms

    9 күн бұрын

    @@ArchitectureBytes Thank you for the reply! Will this work if the parameter is not a predefined one? Let's say my system where the chatbot is deployed on decides the City Name and I would like to send that as a parameter. How can my instructions be something like "Get the City name from the System" and how can i send it? My user interface is using integration

  • @ArchitectureBytes

    @ArchitectureBytes

    9 күн бұрын

    You can instruct the Agent to fetch City name by invoking a Tool (API). Please watch the video completely - it shows how Agents are instructed to invoke Tools. I also suggest that you watch this video (AI Agent Architecture) to understand how Agents work: kzread.info/dash/bejne/eHmJmI-CnJvQmto.html

  • @Odzyskiwaniemetaliszlachetnych
    @Odzyskiwaniemetaliszlachetnych22 күн бұрын

    I love this accent.

  • @nkarthik44
    @nkarthik4426 күн бұрын

    Is is possible to get the inputs like phonenumber , casenumber etc from customer and pass it to function in Google Vertex AI?

  • @ArchitectureBytes

    @ArchitectureBytes

    26 күн бұрын

    Yes, in the tutorial we are passing productId to the function - the OpenAPI schema defines this interface.

  • @NMISDEEPAKPOOJARY
    @NMISDEEPAKPOOJARY24 күн бұрын

    can we train the model with 2 data stores , cause I tried and its not working

  • @ArchitectureBytes

    @ArchitectureBytes

    24 күн бұрын

    Yes, it works. You could create separate Tools of type Data Store - for each Data Store, and have your Agent Instructions point to them. Make sure Data Store is connected to the Application. Remember that upon creating a new Data Store - it takes some time to import/index the data. So, agent can use it only after that.

  • @StefanoGraziotin
    @StefanoGraziotinАй бұрын

    I followed all the steps you showed in the video step by step. it gives me an error when I ask for the quantity ( " 404 Page not found Error: Page not found The requested URL was not found on this server. "Incorrect type. Expected "object" ) and when I try to integrate dialogflow. could you help me?

  • @ArchitectureBytes

    @ArchitectureBytes

    Ай бұрын

    Please see the Readme in github repository linked in video description. Did you update the OpenAPI Schema with your own cloud function URL, name and operationId as suggested?

  • @StefanoGraziotin

    @StefanoGraziotin

    Ай бұрын

    @@ArchitectureBytes I fixed the problem with the getProductQuantity, but i can't integrate dialogflow. can you help me with this?

  • @ArchitectureBytes

    @ArchitectureBytes

    Ай бұрын

    You mean integrate with the Dialogflow Messenger? What problem are you facing?

  • @ruthyagatha
    @ruthyagatha13 күн бұрын

    can i upload data in pdf format to my data store?

  • @ArchitectureBytes

    @ArchitectureBytes

    13 күн бұрын

    Yes! This tutorial demonstrates that.

  • @ruthyagatha

    @ruthyagatha

    9 күн бұрын

    @@ArchitectureBytes Thank you so much.

Келесі