diff --git a/docs/index.md b/docs/index.md index 5b61142f..bf92a359 100644 --- a/docs/index.md +++ b/docs/index.md @@ -46,7 +46,7 @@ Personal memory helps "**understand user preferences**", while task memory helps and [frozenlake exp](./cookbook/frozenlake/quickstart.md). - **[2025-08]** 🚀 MCP protocol support is now available -> [MCP Quick Start](mcp_quick_start.md). - **[2025-06]** 🚀 Multiple backend vector storage support (Elasticsearch & - ChromaDB) -> [Vector DB quick start](docs/vector_store_api_guide.md). + ChromaDB) -> [Vector DB quick start](vector_store_api_guide.md). - **[2024-09]** 🧠 [MemoryScope](https://github.com/modelscope/Reme/tree/memoryscope_branch) v0.1 released, personalized and time-aware memory storage and usage. diff --git a/mkdocs.yml b/mkdocs.yml index 4a14460b..80058898 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: ReMe -site_url: https://github.com/modelscope/ReMe/ +site_url: https://modelscope.github.io/ReMe/ site_description: "Memory Management Framework for Agents" theme: name: shadcn