From ca5b0fc19db1d2b4cc0bee44232c020b0997a55d Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Wed, 4 Oct 2023 12:01:50 +0100 Subject: [PATCH] add langchain note to installation --- docs/hosting/installation/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/hosting/installation/index.md b/docs/hosting/installation/index.md index 2be38df9a..14b8c9ddd 100644 --- a/docs/hosting/installation/index.md +++ b/docs/hosting/installation/index.md @@ -8,6 +8,10 @@ contentType: overview This sections provides guides to install n8n for self-hosting. You can use these guides for both the Enterprise and Community editions. +!!! note "Looking for LangChain?" + n8n's LangChain support is in beta. This means it's not part of the main product yet. Refer to [Access LangChain in n8n](/langchain/access-langchain/) for information on how to try it out. + + ## Installation guides for n8n * [npm](/hosting/installation/npm/)