Doc: Update chrome extension placement (#2321)
This commit is contained in:
@@ -180,7 +180,8 @@
|
|||||||
"examples/personal-ai-tutor",
|
"examples/personal-ai-tutor",
|
||||||
"examples/customer-support-agent",
|
"examples/customer-support-agent",
|
||||||
"examples/personal-travel-assistant",
|
"examples/personal-travel-assistant",
|
||||||
"examples/llama-index-mem0"
|
"examples/llama-index-mem0",
|
||||||
|
"examples/chrome-extension"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -201,8 +202,7 @@
|
|||||||
"integrations/llama-index",
|
"integrations/llama-index",
|
||||||
"integrations/langchain-tools",
|
"integrations/langchain-tools",
|
||||||
"integrations/dify",
|
"integrations/dify",
|
||||||
"integrations/mcp-server",
|
"integrations/mcp-server"
|
||||||
"integrations/chrome-extension"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -35,4 +35,7 @@ Here are some examples of how Mem0 can be integrated into various applications:
|
|||||||
<Card title="LlamaIndex Mem0" icon="square-5" href="/examples/llama-index-mem0">
|
<Card title="LlamaIndex Mem0" icon="square-5" href="/examples/llama-index-mem0">
|
||||||
Create a ReAct Agent with LlamaIndex which uses Mem0 as the memory store.
|
Create a ReAct Agent with LlamaIndex which uses Mem0 as the memory store.
|
||||||
</Card>
|
</Card>
|
||||||
|
<Card title="Chrome Extension" icon="square-6" href="/examples/chrome-extension">
|
||||||
|
Add memory capabilities to ChatGPT or Claude or Perplexity with the Mem0 Chrome Extension.
|
||||||
|
</Card>
|
||||||
</CardGroup>
|
</CardGroup>
|
||||||
|
|||||||
@@ -220,22 +220,4 @@ Here are the available integrations for Mem0:
|
|||||||
>
|
>
|
||||||
Integrate Mem0 as an MCP Server in Cursor.
|
Integrate Mem0 as an MCP Server in Cursor.
|
||||||
</Card>
|
</Card>
|
||||||
<Card
|
|
||||||
title="Chrome Extension"
|
|
||||||
icon={
|
|
||||||
<svg
|
|
||||||
role="img"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="32"
|
|
||||||
height="32"
|
|
||||||
>
|
|
||||||
<title>Google Chrome</title>
|
|
||||||
<path d="M12 0C8.21 0 4.831 1.757 2.632 4.501l3.953 6.848A5.454 5.454 0 0 1 12 6.545h10.691A12 12 0 0 0 12 0zM1.931 5.47A11.943 11.943 0 0 0 0 12c0 6.012 4.42 10.991 10.189 11.864l3.953-6.847a5.45 5.45 0 0 1-6.865-2.29zm13.342 2.166a5.446 5.446 0 0 1 1.45 7.09l.002.001h-.002l-5.344 9.257c.206.01.413.016.621.016 6.627 0 12-5.373 12-12 0-1.54-.29-3.011-.818-4.364zM12 16.364a4.364 4.364 0 1 1 0-8.728 4.364 4.364 0 0 1 0 8.728Z" fill="currentColor"/>
|
|
||||||
</svg>
|
|
||||||
}
|
|
||||||
href="/integrations/chrome-extension"
|
|
||||||
>
|
|
||||||
Add memory capabilities to your browser with the Mem0 Chrome Extension.
|
|
||||||
</Card>
|
|
||||||
</CardGroup>
|
</CardGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user