Skip to content

Commit

Permalink
docs: Add information about LangChain/AI to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
janober committed Oct 4, 2023
1 parent bc9fa10 commit a040770
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ While n8n cloud and n8n are the same in terms of features, n8n cloud provides ce
- Managed OAuth for authentication
- Easily upgrading to the newer n8n versions

## Build with LangChain and AI in n8n (beta)

With n8n's LangChain nodes you can 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.

Learn more in the [documentation](https://docs.n8n.io/langchain/).

- [LangChain nodes package](https://www.npmjs.com/package/@n8n/n8n-nodes-langchain)
- [Chatbot package](https://www.npmjs.com/package/@n8n/chat)

## Support

If you have problems or questions go to our forum, we will then try to help you asap:
Expand Down

0 comments on commit a040770

Please sign in to comment.