Explorar o código

Update Readme

Taranjeet Singh %!s(int64=2) %!d(string=hai) anos
pai
achega
a835bdacb6
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      README.md

+ 10 - 0
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