From eb9d3bd7cff6f27e1fa96bce4220e2e30ab62966 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Wed, 5 Jul 2023 16:34:59 +0530 Subject: [PATCH] update: add citation --- CITATION.cff | 8 ++++++++ README.md | 14 ++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..38c0d01 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,8 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Singh" + given-names: "Taranjeet" +title: "Embedchain" +date-released: 2023-06-25 +url: "https://github.com/embedchain/embedchainjs" \ No newline at end of file diff --git a/README.md b/README.md index 926b084..080d8fb 100644 --- a/README.md +++ b/README.md @@ -214,3 +214,17 @@ embedchain is built on the following stack: - [cachho](https://github.com/cachho) - [sahilyadav902](https://github.com/sahilyadav902) + +## 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/embedchainjs}}, +} +``` \ No newline at end of file