From 2c4ec5013c432ac09c576606cd78f7f003e4b7e3 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Wed, 21 Jun 2023 13:00:53 +0530 Subject: [PATCH] Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4cbcdb59..9b495192 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,10 @@ To add any web page, use the data_type as `web_page`. Eg: app.add('web_page', 'a_valid_web_page_url') ``` +### More Formats coming soon + +* If you want to add any other format, please create an [issue](https://github.com/embedchain/embedchain/issues) and we will add it to the list of supported formats. + # How does it work? Creating a chat bot over any dataset needs the following steps to happen