Update Index of Healthcare Example in docs (#2722)

This commit is contained in:
Antaripa Saha
2025-05-19 14:48:14 +05:30
committed by GitHub
parent fe872d0776
commit df72245b6b
2 changed files with 6 additions and 1 deletions

View File

@@ -218,6 +218,7 @@
"examples/mem0-agentic-tool", "examples/mem0-agentic-tool",
"examples/openai-inbuilt-tools", "examples/openai-inbuilt-tools",
"examples/mem0-openai-voice-demo", "examples/mem0-openai-voice-demo",
"examples/mem0-google-adk-healthcare-assistant",
"examples/email_processing", "examples/email_processing",
"examples/youtube-assistant" "examples/youtube-assistant"
] ]

View File

@@ -75,7 +75,11 @@ Explore how **Mem0** can power real-world applications and bring personalized, i
<Card title="Mem0 OpenAI Voice Demo" icon="microphone" href="/examples/mem0-openai-voice-demo"> <Card title="Mem0 OpenAI Voice Demo" icon="microphone" href="/examples/mem0-openai-voice-demo">
Use Mem0's memory capabilities with OpenAI's Inbuilt Tools to create AI agents with persistent memory. Use Mem0's memory capabilities with OpenAI's Inbuilt Tools to create AI agents with persistent memory.
</Card> </Card>
<Card title="Healthcare Assistant Google ADK" icon="microphone" href="/examples/mem0-google-adk-healthcare-assistant">
Build a personalized healthcare assistant with persistent memory using Google's ADK and Mem0.
</Card>
<Card title="Email Processing" icon="envelope" href="/examples/email_processing"> <Card title="Email Processing" icon="envelope" href="/examples/email_processing">
Use Mem0's memory capabilities to process emails and create AI agents with persistent memory. Use Mem0's memory capabilities to process emails and create AI agents with persistent memory.