From 68737da7a2fd10d77279d3ffc334810d4f22291b Mon Sep 17 00:00:00 2001 From: Deven Patel Date: Sat, 23 Dec 2023 16:38:32 +0530 Subject: [PATCH] [Update] update readme (#1054) Co-authored-by: Deven Patel --- README.md | 6 +++++- examples/chat-pdf/README.md | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec5e2645..9e628407 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,11 @@ Embedchain streamlines the creation of RAG applications, offering a seamless pro pip install embedchain ``` -## 🔍 Usage and Demo +## ✨ Live demo + +Checkout the [Chat with PDF](https://embedchain.ai/demo/chat-pdf) live demo we created using Embedchain. You can find the source code [here](https://github.com/embedchain/embedchain/tree/main/examples/chat-pdf). + +## 🔍 Usage

diff --git a/examples/chat-pdf/README.md b/examples/chat-pdf/README.md index b58b0c42..2a09c8bf 100644 --- a/examples/chat-pdf/README.md +++ b/examples/chat-pdf/README.md @@ -2,6 +2,8 @@ You can easily create and deploy your own `Chat-with-PDF` App using Embedchain. +Checkout the live demo we created for [chat with PDF](https://embedchain.ai/demo/chat-pdf). + Here are few simple steps for you to create and deploy your app: 1. Fork the embedchain repo from [Github](https://github.com/embedchain/embedchain).