From fed1346c6cc456fc2ea1ccc2ce07c4f19064df5e Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Wed, 31 Jan 2024 09:35:08 +0000 Subject: [PATCH] remove mention of ai-beta --- docs/_redirects | 2 ++ docs/langchain/index.md | 8 +------- mkdocs.yml | 1 - 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/_redirects b/docs/_redirects index 18ceedb47..0ea6fba36 100644 --- a/docs/_redirects +++ b/docs/_redirects @@ -1,3 +1,5 @@ +/langchain/access-langchain/ /langchain/ + /integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorychatretriever/ /integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorymanager/ /choose-n8n/desktop-app/ /choose-n8n/ diff --git a/docs/langchain/index.md b/docs/langchain/index.md index fc7a1077d..e92a81e4b 100644 --- a/docs/langchain/index.md +++ b/docs/langchain/index.md @@ -9,17 +9,11 @@ description: Use n8n's LangChain integrations to build AI-powered functionality Use n8n's LangChain nodes to build AI-powered functionality within your workflows. The LangChain nodes are configurable, meaning you can choose your preferred agent, LLM, memory, and so on. Alongside the LangChain nodes, you can connect any n8n node as normal: this means you can integrate your LangChain logic with other data sources and services. /// info | Feature availability -This feature is available on Cloud and self-hosted n8n. Version 1.19.4 and above includes LangChain functionality with n8n, and you don't need to do any extra sign-up or installation steps. - -If you want to test the latest AI functionality, the beta version is available. This may be unstable. Refer to [Access LangChain in n8n](/langchain/access-langchain/) for more information. +This feature is available on Cloud and self-hosted n8n, in version 1.19.4 and above. /// -/// note | Beta feature -This feature is in beta. Send feedback to ai@n8n.io. -/// * [Tutorial: Build an AI workflow in n8n](/langchain/langchain-tutorial/): learn how to build AI workflows using n8n's LangChain implementation. -* [Access LangChain in n8n](/langchain/access-langchain/): how to get the n8n version that includes LangChain. * [Learning resources](/langchain/learning-resources/): n8n's documentation for LangChain assumes you're familiar with AI and LangChain concepts. This page provides links to learning resources. * [LangChain concepts and features in n8n](/langchain/langchain-n8n/): how n8n represents LangChain concepts and features. diff --git a/mkdocs.yml b/mkdocs.yml index 87623f636..edc006ba8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -256,7 +256,6 @@ nav: - Log streaming: log-streaming.md - AI with LangChain: - langchain/index.md - - Access LangChain in n8n: langchain/access-langchain.md - "Tutorial: Build an AI workflow in n8n": langchain/langchain-tutorial.md - LangChain learning resources: langchain/learning-resources.md - Langchain concepts in n8n: langchain/langchain-n8n.md