From a835bdacb63a26f58ad9cf4a3e22a62f74f5073b Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Tue, 20 Jun 2023 18:02:54 +0530 Subject: [PATCH] Update Readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9bd96dca..f5249a01 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,16 @@ naval_ravikant_chat_bot_app.add("pdf_file", "https://navalmanack.s3.amazonaws.co naval_ravikant_chat_bot_app.add("web_page", "https://nav.al/agi") ``` +* If there is any other app instance in your script or app, you can change the import as + +```python +from embedchain import App as EmbedChainApp + +# or + +from embedchain import App as ECApp +``` + * Now you app is created. You can use `.query` function to get the answer for any query. ```python