From 809dc52794b4675870fe07dfa6865f9d49036821 Mon Sep 17 00:00:00 2001 From: Yosuke Higashi Date: Mon, 4 Mar 2024 09:22:19 +0000 Subject: [PATCH] add link to demo video --- docs/langcheckchat_tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/langcheckchat_tutorial.md b/docs/langcheckchat_tutorial.md index f5db3d9e..a19f148b 100644 --- a/docs/langcheckchat_tutorial.md +++ b/docs/langcheckchat_tutorial.md @@ -71,7 +71,7 @@ And there you have it! We have now created a super basic RAG application over th ## LangCheckChat -Now that we’ve seen the basics of how our RAG system over LangCheck documentation works under the hood, let’s switch over to [LangCheckChat](https://github.com/citadel-ai/langcheckchat), which is a simple web app built around the RAG system we coded above. +Now that we’ve seen the basics of how our RAG system over LangCheck documentation works under the hood, let’s switch over to [LangCheckChat](https://github.com/citadel-ai/langcheckchat), which is a simple web app built around the RAG system we coded above. Please check out the [demo video](https://github.com/citadel-ai/langcheckchat/tree/main?tab=readme-ov-file#demo) to get a sense of you can do in LangCheckChat! LangCheckChat is composed of the following components: 1. ***RAG system***: you can ask questions about LangCheck to the RAG system and receive responses.