From 6684ba52944d21498791ba18995bc545eaa3a276 Mon Sep 17 00:00:00 2001 From: Takehiro Suzuki Date: Wed, 7 Aug 2024 10:20:29 +0900 Subject: [PATCH] Add youtube overview video link to README (#484) * add * fix * embed * fix --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9c03c5135..201a70f0a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ This repository is a sample chatbot using the Anthropic company's LLM [Claude](https://www.anthropic.com/), one of the foundational models provided by [Amazon Bedrock](https://aws.amazon.com/bedrock/) for generative AI. +### Watch Overview and Installation on YouTube + +[![Overview](https://img.youtube.com/vi/EfgyAblrEQA/0.jpg)](https://youtu.be/EfgyAblrEQA?si=cxxYxF6m0n85AoHb) + ### Basic Conversation Not only text but also images are available with [Anthropic's Claude 3](https://www.anthropic.com/news/claude-3-family). Currently we support `Haiku`, `Sonnet` and `Opus`. @@ -26,16 +30,26 @@ Add your own instruction and give external knowledge as URL or files (a.k.a [RAG ### Administrator dashboard +
+Administrator dashboard + Analyze usage for each user / bot on administrator dashboard. [detail](./docs/ADMINISTRATOR.md) ![](./docs/imgs/admin_bot_analytics.png) +
+ ### LLM-powered Agent +
+LLM-powered Agent + By using the [Agent functionality](./docs/AGENT.md), your chatbot can automatically handle more complex tasks. For example, to answer a user's question, the Agent can retrieve necessary information from external tools or break down the task into multiple steps for processing. ![](./docs/imgs/agent.gif) +
+ ## 📚 Supported Languages - English 💬