Skip to content

Commit

Permalink
Update names to Vertex AI Conversation (GoogleCloudPlatform#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
koverholt authored Sep 6, 2023
1 parent c132a93 commit 956b4a7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
11 changes: 5 additions & 6 deletions conversation/chat-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

[Generative AI Agent](https://cloud.google.com/generative-ai-app-builder/docs/agent-intro)
is a feature within
[Generative AI App Builder](https://cloud.google.com/generative-ai-app-builder)
[Vertex AI Conversation](https://cloud.google.com/generative-ai-app-builder)
that is built on top of functionality in
[Dialogflow CX](https://cloud.google.com/dialogflow).

![Gen App Builder - Chat App Demo](static/gen-app-builder-chat.png)
![Vertex AI Conversation Demo](static/gen-app-builder-chat.png)

With Generative AI Agent, you can provide a website domain, structured data, or
unstructured data, then Generative AI Agent parses your content and creates a
Expand All @@ -17,7 +17,7 @@ customers and end users can then have conversations with the agent and ask
questions about the content. Refer to the
[Generative AI Agent documentation](https://cloud.google.com/generative-ai-app-builder/docs/agent-usage)
and codelab to
[Create a Generative Chat App with Gen App Builder](https://codelabs.developers.google.com/codelabs/gen-app-builder-chat)
[Create a Generative Chat App with Vertex AI Conversation](https://codelabs.developers.google.com/codelabs/gen-app-builder-chat)
for more information.

## Steps to build the web app
Expand Down Expand Up @@ -66,8 +66,7 @@ In your browser, navigate to your deployed app using a URL similar to:

[https://gen-app-builder-chat.web.app/](https://gen-app-builder-chat.web.app/)

Congratulations, you've successfully deployed the Gen App Builder - Chat App
Demo!
Congratulations, you've successfully deployed the Vertex AI Conversation Demo!

## Additional resources

Expand All @@ -77,5 +76,5 @@ these guides and resources:
- [Documentation for Dialogflow CX](https://cloud.google.com/dialogflow/cx/docs)
- [Overview of Generative AI Agent](https://cloud.google.com/generative-ai-app-builder/docs/agent-intro)
- [Documentation for Generative AI Agent](https://cloud.google.com/generative-ai-app-builder/docs/agent-usage)
- [Documentation for Gen App Builder](https://cloud.google.com/generative-ai-app-builder/docs/introduction)
- [Documentation for Vertex AI Conversation](https://cloud.google.com/generative-ai-app-builder/docs/introduction)
- [Generative AI in Google Cloud](https://cloud.google.com/ai/generative-ai)
2 changes: 1 addition & 1 deletion conversation/chat-app/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<title>Gen App Builder - Chat App Demo</title>
<title>Vertex AI Conversation Demo</title>
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
Expand Down
10 changes: 5 additions & 5 deletions conversation/chat-app/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@

<Navbar let:hidden let:toggle class="bg-[#B1D6FC]">
<NavBrand href="/">
<img src="gen-app-builder-logo.png" class="mr-3 h-6 sm:h-9" alt="Gen App Builder" />
<img src="gen-app-builder-logo.png" class="mr-3 h-6 sm:h-9" alt="Vertex AI Conversation" />
<span class="self-center whitespace-nowrap text-xl font-semibold text-black dark:text-white"
>Gen App Builder - Chat App Demo</span>
>Vertex AI Conversation Demo</span>
</NavBrand>
<NavUl {hidden}>
<NavLi href="/" active={true}>Home</NavLi>
Expand All @@ -88,7 +88,7 @@
href="https://cloud.google.com/generative-ai-app-builder/docs/agent-intro"
class="font-medium hover:underline">Generative AI Agent</A> is a feature within <A
href="https://cloud.google.com/generative-ai-app-builder"
class="font-medium hover:underline">Generative AI App Builder</A> that is built on top of
class="font-medium hover:underline">Vertex AI Conversation</A> that is built on top of
<A href="https://cloud.google.com/dialogflow" class="font-medium hover:underline"
>Dialogflow CX</A
>.
Expand All @@ -111,7 +111,7 @@
<p class="mt-6 align-bottom font-normal text-gray-700 dark:text-gray-400">
Powered by <A
class="font-medium hover:underline"
href="https://cloud.google.com/generative-ai-app-builder">Gen App Builder</A> and
href="https://cloud.google.com/generative-ai-app-builder">Vertex AI Conversation</A> and
<A class="font-medium hover:underline" href="https://cloud.google.com/dialogflow"
>Dialogflow CX</A>
in <A class="font-medium hover:underline" href="https://cloud.google.com/"
Expand All @@ -127,7 +127,7 @@
storage-option="none"
class="drop-shadow-lg">
<df-messenger-chat
chat-title="Google Store - Generative AI Agent"
chat-title="Google Store - Vertex AI Conversation"
bot-writing-text="..."
placeholder-text="Ask me anything about the Google Store..." />
</df-messenger>
Expand Down
Binary file modified conversation/chat-app/static/how-chat-works.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"id": "7be72547515d"
},
"source": [
"# Gen App Builder Data Store Status Checker\n",
"_Using Google Cloud Discovery Engine APIs for Enterprise Search and Conversational AI_\n",
"# Vertex AI Conversation Data Store Status Checker\n",
"_Using Google Cloud Discovery Engine APIs for Vertex AI Search and Conversation_\n",
"\n",
"\n",
"<table align=\"left\">\n",
Expand Down

0 comments on commit 956b4a7

Please sign in to comment.