Skip to content

Commit

Permalink
remove mention of ai-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
StarfallProjects committed Jan 31, 2024
1 parent 8c825e8 commit fed1346
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions docs/_redirects
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
8 changes: 1 addition & 7 deletions docs/langchain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].
///

* [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.

Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fed1346

Please sign in to comment.