From 545f16bdbc351c321d374280ad9c13e5e323ee7b Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Fri, 16 May 2025 13:37:02 -0400 Subject: [PATCH] docs: add loop component template suggestion (#8072) add-admonition --- docs/docs/Components/components-logic.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/Components/components-logic.md b/docs/docs/Components/components-logic.md index ae1cad73b..47989b815 100644 --- a/docs/docs/Components/components-logic.md +++ b/docs/docs/Components/components-logic.md @@ -143,6 +143,10 @@ This component listens for a notification and retrieves its associated state. ## Loop +:::tip +For another **Loop** component example, see the **Research Translation Loop** template. +::: + This component iterates over a list of [Data](/concepts-objects#data-object) objects, outputting one item at a time and aggregating results from loop inputs. In this example, the **Loop** component iterates over a CSV file through the **Item** port until there are no rows left to process. Then, the **Loop** component performs the actions connected to the **Done** port, which in this case is loading the structured data into **Chroma DB**.