From the course: Building Applications Using Amazon Bedrock
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Demo: Amazon Kendra and Amazon Bedrock integration - Amazon Bedrock Tutorial
From the course: Building Applications Using Amazon Bedrock
Demo: Amazon Kendra and Amazon Bedrock integration
- [Narrator] Before we test out our application, ensure that you have given your IAM user permissions to access Amazon Kendra. We completed that step in a previous video. Once you have that taken care of, let's launch the application. So let's head over to Codespaces and we're going to type in here streamlit run, and you have to specify the folder where you made your code changes. For me, it's in 03_06b if you're working from where we left off. Otherwise, you can retrieve the most up-to-date code from the 03_08 folder or the 03_06e folder. But here's where I was working and now I'll specify the name of the file and let's hit Enter. So now we get the prompt to fire up our browser. And remember now with Amazon Kendra, we should be able to query and retrieve information not only from the PDF document that we indexed, which was the employee manual or guidelines, but we should also be able to retrieve information from…
Contents
-
-
-
-
-
(Locked)
Conversation history1m 57s
-
(Locked)
Coding: Supporting conversation history8m 59s
-
(Locked)
Demo: Chatbot conversation history5m 7s
-
(Locked)
Introduction to Amazon Kendra1m 42s
-
(Locked)
Setting up the Amazon Kendra index7m 12s
-
(Locked)
Coding: Amazon Kendra integration3m 17s
-
(Locked)
Setting permissions for Amazon Kendra1m 20s
-
(Locked)
Demo: Amazon Kendra and Amazon Bedrock integration4m 40s
-
(Locked)
Agents for Bedrock2m 17s
-
(Locked)
Configuring the Amazon Bedrock agent9m 59s
-
(Locked)
Reviewing project files8m 43s
-
(Locked)
Testing the agent in the AWS console8m 16s
-
(Locked)
-