From f98147c24723c61f239a6f4fce8fdefd88158544 Mon Sep 17 00:00:00 2001 From: Shreya Shankar Date: Thu, 19 Sep 2024 10:32:42 -0700 Subject: [PATCH] Update docs --- README.md | 2 +- docs/index.md | 2 +- docs/optimization/overview.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1974c9c..9a47a2cc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DocETL: A System for Complex LLM-Powered Document Processing -DocETL is a powerful tool for creating and executing data processing pipelines, especially suited for complex document processing tasks. It offers a low-code, declarative YAML interface to define LLM-powered operations on complex data. +DocETL is a tool for creating and executing data processing pipelines, especially suited for complex document processing tasks. It offers a low-code, declarative YAML interface to define LLM-powered operations on complex data. [Website (Includes Demo)](https://docetl.com) | [Documentation](https://shreyashankar.github.io/docetl) | [Discord](https://discord.gg/fHp7B2X3xx) | Paper (coming soon!) diff --git a/docs/index.md b/docs/index.md index 22ccccf5..4df1981d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # DocETL: A System for Complex Document Processing -DocETL is a powerful tool for creating and executing LLM-powered data processing pipelines. It offers a low-code, declarative YAML interface to define complex data operations on complex data. +DocETL is a tool for creating and executing LLM-powered data processing pipelines. It offers a low-code, declarative YAML interface to define complex data operations on complex data. !!! tip "When to Use DocETL" diff --git a/docs/optimization/overview.md b/docs/optimization/overview.md index 95f006ec..d1a01f90 100644 --- a/docs/optimization/overview.md +++ b/docs/optimization/overview.md @@ -1,6 +1,6 @@ # DocETL Optimizer -The DocETL optimizer is a powerful tool designed to enhance the performance and accuracy of your document processing pipelines. It works by analyzing and potentially rewriting operations marked for optimization, finding optimal plans for execution. +The DocETL optimizer finds a plan that improves the accuracy of your document processing pipelines. It works by analyzing and potentially rewriting operations marked for optimization, finding optimal plans for execution. ## Key Features