From 5d978d237887534054a5ad5435894ddfc07ee81c Mon Sep 17 00:00:00 2001 From: Deborah Date: Tue, 7 May 2024 09:14:45 +0100 Subject: [PATCH] Update docs/advanced-ai/examples/understand-chains.md --- docs/advanced-ai/examples/understand-chains.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-ai/examples/understand-chains.md b/docs/advanced-ai/examples/understand-chains.md index 348fa32ed..691cb5032 100644 --- a/docs/advanced-ai/examples/understand-chains.md +++ b/docs/advanced-ai/examples/understand-chains.md @@ -6,7 +6,7 @@ contentType: explanation # What is a chain in AI? -Chains bring together different components of AI (such as models and memory) to create a cohesive system. They set up a sequence of calls between the components. +Chains bring together different components of AI to create a cohesive system. They set up a sequence of calls between the components. These components can include models and memory (though note that in n8n chains can't use memory). ## Chains in n8n