From ed4846310bd1c2992c94f882c7c1bd2e7bb6cc19 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Mon, 27 Nov 2023 13:42:44 -0800 Subject: [PATCH] Add embedchain to articles/related_resources (#864) --- articles/related_resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/related_resources.md b/articles/related_resources.md index c1599c25..d78f49ed 100644 --- a/articles/related_resources.md +++ b/articles/related_resources.md @@ -6,6 +6,7 @@ People are writing great tools and papers for improving outputs from GPT. Here a - [Arthur Shield](https://www.arthur.ai/get-started): A paid product for detecting toxicity, hallucination, prompt injection, etc. - [Chainlit](https://docs.chainlit.io/overview): A Python library for making chatbot interfaces. +- [Embedchain](https://github.com/embedchain/embedchain): A Python library for managing and syncing unstructured data with LLMs. - [FLAML (A Fast Library for Automated Machine Learning & Tuning)](https://microsoft.github.io/FLAML/docs/Getting-Started/): A Python library for automating selection of models, hyperparameters, and other tunable choices. - [Guardrails.ai](https://shreyar.github.io/guardrails/): A Python library for validating outputs and retrying failures. Still in alpha, so expect sharp edges and bugs. - [Guidance](https://github.com/microsoft/guidance): A handy looking Python library from Microsoft that uses Handlebars templating to interleave generation, prompting, and logical control.