From 91ffffeac64a352cedb17dd0475c33a20fab5ac1 Mon Sep 17 00:00:00 2001 From: aryankhanna475 <81726126+aryankhanna475@users.noreply.github.com> Date: Wed, 16 Aug 2023 21:27:02 +0530 Subject: [PATCH] update: Python with Embedchain(good-first-issue) --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1de..e9c4973 100644 --- a/data.json +++ b/data.json @@ -1599,6 +1599,15 @@ ], "description": "Scikit-learn is a machine learning library for Python." }, + { + "name": "Embedchain", + "link": "https://github.com/embedchain/embedchain/", + "label": "good-first-issue", + "technologies": [ + "Python" + ], + "description": "Embedchain is a framework to easily create LLM powered bots over any dataset." + }, { "name": "JRuby", "link": "https://github.com/jruby/jruby",