From 85559f99aac59cbaf8d9a20f9cf874d4fbfc2dfa Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Wed, 5 Jul 2023 16:28:39 +0530 Subject: [PATCH] update: fix typo and add citation (#138) --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aad0df87..fa9f4a37 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ pip install embedchain ## Usage -* Creating a chatbot involves 3 steps: +Creating a chatbot involves 3 steps: - import the App instance - add dataset @@ -56,7 +56,7 @@ pip install embedchain ### App Types -* We have two types of App. +We have two types of App. #### 1. App (uses OpenAI models, paid) @@ -249,4 +249,18 @@ embedchain is built on the following stack: # Author -* Taranjeet Singh ([@taranjeetio](https://twitter.com/taranjeetio)) \ No newline at end of file +* Taranjeet Singh ([@taranjeetio](https://twitter.com/taranjeetio)) + +## Citation + +If you utilize this repository, please consider citing it with: +``` +@misc{embedchain, + author = {Taranjeet Singh}, + title = {Embechain: Framework to easily create LLM powered bots over any dataset}, + year = {2023}, + publisher = {GitHub}, + journal = {GitHub repository}, + howpublished = {\url{https://github.com/embedchain/embedchain}}, +} +``` \ No newline at end of file