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).