From 145d468f6d46e4f77bdedf6ffe19bbf5992dd6bb Mon Sep 17 00:00:00 2001 From: Rakshit Khajuria Date: Wed, 8 Nov 2023 13:00:52 +0530 Subject: [PATCH] Docs(page): Updated Getting Started --- docs/pages/docs/getting_started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pages/docs/getting_started.md b/docs/pages/docs/getting_started.md index 1ef60769a..712affb4f 100644 --- a/docs/pages/docs/getting_started.md +++ b/docs/pages/docs/getting_started.md @@ -10,6 +10,10 @@ header: true
+## LangTest + +The rise of Large Language Models (LLMs) poses challenges due to their integration without thorough testing. LangTest, an open-source Python library, addresses this by automatically generating test cases for LLMs across 10 dimensions, offering data augmentation and seamless integration into MLOps tools. It supports over 20 LLM providers, includes 60+ test types, and has proven effective in identifying and addressing Responsible AI issues quickly. +
## Requirements & Setup