Docs: Add dify integration (#2293)

This commit is contained in:
Dev Khant
2025-03-04 14:29:25 +05:30
committed by GitHub
parent bc4c15962a
commit c611e3e0e7
4 changed files with 56 additions and 1 deletions

View File

@@ -178,4 +178,24 @@ Here are the available integrations for Mem0:
>
Use Mem0 with LangChain Tools for enhanced agent capabilities.
</Card>
<Card
title="Dify"
icon={
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 200 200"
fill="none"
>
<path
d="M40 20 H120 C160 20, 160 180, 120 180 H40 V20"
fill="currentColor"
/>
</svg>
}
href="/integrations/dify"
>
Build AI applications with persistent memory using Dify and Mem0.
</Card>
</CardGroup>