From ad51ba19fb541f9f5fee665bd9d9ae089906dbf9 Mon Sep 17 00:00:00 2001 From: Andrew Huang Date: Mon, 16 Dec 2024 13:33:37 -0800 Subject: [PATCH 1/3] Add AI docs index --- doc/how_to/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/how_to/index.md b/doc/how_to/index.md index e0fffe9a1..e2cfb4e0c 100644 --- a/doc/how_to/index.md +++ b/doc/how_to/index.md @@ -2,6 +2,18 @@ Lumen's How to Guides provide step by step recipes for solving essential problems and tasks. They are more advanced than the Getting Started material and assume some knowledge of how Lumen works. +## Configuring Lumen AI + +::::{grid} 1 2 2 3 +:gutter: 1 1 1 2 + +:::{grid-item-card} {octicon}`gear;2.5em;sd-mr-1` Configuring Lumen AI + +Lumen AI is designed to be highly customizable and composable. Users can easily modify the default behavior of Lumen AI by providing custom data sources, LLM providers, agents, and prompts. This guide will walk users through the basic and advanced customization options available in Lumen AI. + +Learn how to configure Lumen AI. +::: + ## Data Intake ::::{grid} 1 2 2 3 @@ -140,6 +152,7 @@ Learn how to perform custom actions with callbacks. :hidden: :maxdepth: 1 +Configuring Lumen AI Data Intake Data Processing Visualize and Deploy From 547fe1d3d1e3ccec749bdcdc87b746e0d55c87cf Mon Sep 17 00:00:00 2001 From: Andrew Huang Date: Tue, 17 Dec 2024 10:13:19 -0800 Subject: [PATCH 2/3] address cmt --- doc/how_to/index.md | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/doc/how_to/index.md b/doc/how_to/index.md index e2cfb4e0c..786bf4fe9 100644 --- a/doc/how_to/index.md +++ b/doc/how_to/index.md @@ -7,13 +7,43 @@ Lumen's How to Guides provide step by step recipes for solving essential problem ::::{grid} 1 2 2 3 :gutter: 1 1 1 2 -:::{grid-item-card} {octicon}`gear;2.5em;sd-mr-1` Configuring Lumen AI +:::{grid-item-card} {octicon}`tools;2.5em;sd-mr-1` Custom Agents +:link: ai_config/custom_agents +:link-type: doc + +Learn how to create and configure custom agents to tailor Lumen AI's behavior to your needs. +::: + +:::{grid-item-card} {octicon}`tasklist;2.5em;sd-mr-1` Custom Analyses +:link: ai_config/custom_analyses +:link-type: doc + +Discover how to implement and integrate custom analyses into Lumen AI. +::: + +:::{grid-item-card} {octicon}`plug;2.5em;sd-mr-1` Custom Tools +:link: ai_config/custom_tools +:link-type: doc -Lumen AI is designed to be highly customizable and composable. Users can easily modify the default behavior of Lumen AI by providing custom data sources, LLM providers, agents, and prompts. This guide will walk users through the basic and advanced customization options available in Lumen AI. +Explore how to develop and incorporate custom tools for enhanced AI functionality. +::: + +:::{grid-item-card} {octicon}`comment-discussion;2.5em;sd-mr-1` Model Prompts +:link: ai_config/model_prompts +:link-type: doc -Learn how to configure Lumen AI. +Understand how to define and manage model-specific prompts for fine-tuning Lumen AI. ::: +:::{grid-item-card} {octicon}`note;2.5em;sd-mr-1` Template Prompts +:link: ai_config/template_prompts +:link-type: doc + +Learn to create and use template prompts for consistent and reusable interactions with Lumen AI. +::: + +:::: + ## Data Intake ::::{grid} 1 2 2 3 From b557a9f0e815cc4ce299095c6fa5a14e7f8106ed Mon Sep 17 00:00:00 2001 From: Andrew Huang Date: Tue, 17 Dec 2024 11:02:11 -0800 Subject: [PATCH 3/3] fix wording --- doc/how_to/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/how_to/index.md b/doc/how_to/index.md index 786bf4fe9..23e015553 100644 --- a/doc/how_to/index.md +++ b/doc/how_to/index.md @@ -11,39 +11,39 @@ Lumen's How to Guides provide step by step recipes for solving essential problem :link: ai_config/custom_agents :link-type: doc -Learn how to create and configure custom agents to tailor Lumen AI's behavior to your needs. +Learn how to create and configure custom agents to accomplish goals in Lumen AI. ::: :::{grid-item-card} {octicon}`tasklist;2.5em;sd-mr-1` Custom Analyses :link: ai_config/custom_analyses :link-type: doc -Discover how to implement and integrate custom analyses into Lumen AI. +Discover how to implement and output custom views within Lumen AI. ::: :::{grid-item-card} {octicon}`plug;2.5em;sd-mr-1` Custom Tools :link: ai_config/custom_tools :link-type: doc -Explore how to develop and incorporate custom tools for enhanced AI functionality. +Explore how to develop and incorporate custom tools to provide additional context. ::: :::{grid-item-card} {octicon}`comment-discussion;2.5em;sd-mr-1` Model Prompts :link: ai_config/model_prompts :link-type: doc -Understand how to define and manage model-specific prompts for fine-tuning Lumen AI. +Understand how to define and manage model-specific prompts for replacing response models. ::: :::{grid-item-card} {octicon}`note;2.5em;sd-mr-1` Template Prompts :link: ai_config/template_prompts :link-type: doc -Learn to create and use template prompts for consistent and reusable interactions with Lumen AI. +Learn to create and use template prompts for influencing the AI's responses. ::: :::: - +2 ## Data Intake ::::{grid} 1 2 2 3