-
Notifications
You must be signed in to change notification settings - Fork 16.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mem0 memory support #13691
Mem0 memory support #13691
Conversation
Hey @Mikefluff, Thanks for the PR, We have created "GHC-1053" as the internal reference to get this reviewed. One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team. |
Hey @Mikefluff Thanks for the contribution, We have now created a Community Node Repository which is our preferred method for new node submissions. Once a node has been published to the Community Node Repository users will be able to install the node from their n8n interface and will be able to use your node quicker, You will also be able to update the node as needed without needing to wait for the review process. In the future we may reach out to you about including your node in our main release, But for now I am going to close this PR. You can find more information in the links below, If you have any questions about this or need any help let us know. Building Community Nodes: https://docs.n8n.io/integrations/community-nodes/build-community-nodes/ |
Dear Jon, I checked the community nodes repo and I’m bot quite sure it is
possible to submit memory subnode for AI agent node, which I made, same as
zep or postgres memory this way, it looks like this way of publishing , it
is only for additional root nodes, could you please clarify if Im wrong
…On Wed, 5 Mar 2025 at 12.53 Jon ***@***.***> wrote:
Hey @Mikefluff <https://github.com/Mikefluff>
Thanks for the contribution, We have now created a Community Node
Repository which is our preferred method for new node submissions.
Once a node has been published to the Community Node Repository users will
be able to install the node from their n8n interface and will be able to
use your node quicker, You will also be able to update the node as needed
without needing to wait for the review process.
In the future we may reach out to you about including your node in our
main release, But for now I am going to close this PR.
You can find more information in the links below, If you have any
questions about this or need any help let us know.
Building Community Nodes:
https://docs.n8n.io/integrations/community-nodes/build-community-nodes/
Submitting Community Nodes:
https://docs.n8n.io/integrations/creating-nodes/deploy/submit-community-nodes/
Published Nodes:
https://www.npmjs.com/search?q=keywords:n8n-community-node-package
—
Reply to this email directly, view it on GitHub
<#13691 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA7FLOHICV3RWRF27MVE7L2S2GLXAVCNFSM6AAAAABYKGNVOCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJZHE2DANJRHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: Joffcom]*Joffcom* left a comment (n8n-io/n8n#13691)
<#13691 (comment)>
Hey @Mikefluff <https://github.com/Mikefluff>
Thanks for the contribution, We have now created a Community Node
Repository which is our preferred method for new node submissions.
Once a node has been published to the Community Node Repository users will
be able to install the node from their n8n interface and will be able to
use your node quicker, You will also be able to update the node as needed
without needing to wait for the review process.
In the future we may reach out to you about including your node in our
main release, But for now I am going to close this PR.
You can find more information in the links below, If you have any
questions about this or need any help let us know.
Building Community Nodes:
https://docs.n8n.io/integrations/community-nodes/build-community-nodes/
Submitting Community Nodes:
https://docs.n8n.io/integrations/creating-nodes/deploy/submit-community-nodes/
Published Nodes:
https://www.npmjs.com/search?q=keywords:n8n-community-node-package
—
Reply to this email directly, view it on GitHub
<#13691 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA7FLOHICV3RWRF27MVE7L2S2GLXAVCNFSM6AAAAABYKGNVOCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJZHE2DANJRHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Summary
This PR adds Mem0 Memory integration to n8n's LangChain nodes.
Mem0 is a memory service for AI applications that allows storing and retrieving messages based on semantic search. This integration enables users to:
The implementation follows a similar pattern to the existing Zep memory module, adapting for Mem0's specific API requirements and authentication methods.
Testing Instructions
Related Linear tickets, Github issues, and Community forum posts
Review / Merge checklist
release/backport
(if needed)