From df72245b6b83c7ec245d1f0f4402e247be0809f9 Mon Sep 17 00:00:00 2001 From: Antaripa Saha Date: Mon, 19 May 2025 14:48:14 +0530 Subject: [PATCH] Update Index of Healthcare Example in docs (#2722) --- docs/docs.json | 1 + docs/examples.mdx | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/docs.json b/docs/docs.json index fbb9153a..0a5a65d2 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -218,6 +218,7 @@ "examples/mem0-agentic-tool", "examples/openai-inbuilt-tools", "examples/mem0-openai-voice-demo", + "examples/mem0-google-adk-healthcare-assistant", "examples/email_processing", "examples/youtube-assistant" ] diff --git a/docs/examples.mdx b/docs/examples.mdx index ad26577a..319de160 100644 --- a/docs/examples.mdx +++ b/docs/examples.mdx @@ -75,7 +75,11 @@ Explore how **Mem0** can power real-world applications and bring personalized, i Use Mem0's memory capabilities with OpenAI's Inbuilt Tools to create AI agents with persistent memory. - + + + + Build a personalized healthcare assistant with persistent memory using Google's ADK and Mem0. + Use Mem0's memory capabilities to process emails and create AI agents with persistent memory.