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