mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
docs(service): update service description and add GitHub link
- Update service description for ReMe.PersonalMemoryService and ReMe.TaskMemoryService - Add GitHub link for further information - Clarify environment variables needed for configuration
This commit is contained in:
parent
0ca73bf85d
commit
074bc6dbac
1 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
| memory type | import | Desc | Note |
|
||||
|----------------------------|-----------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| ReMe.PersonalMemoryService | `from reme_ai.service.task_memory_service import TaskMemoryService` | ReMe’s personalized memory service (formerly MemoryScope) empowers you to generate, retrieve, and share customized memories. Leveraging advanced LLM, embedding, and vector store technologies, it builds a comprehensive memory system with intelligent, context- and time-aware memory management—seamlessly enabling you to configure and deploy powerful AI agents. | Need to configure environment variables: `FLOW_EMBEDDING_API_KEY`, `FLOW_EMBEDDING_BASE_URL`, `FLOW_LLM_API_KEY` and `FLOW_LLM_BASE_URL` |
|
||||
| ReMe.TaskMemoryService | `from reme_ai.service.personal_memory_service import PersonalMemoryService` | ReMe’s task-oriented memory service helps you efficiently manage and schedule task-related memories, enhancing both the accuracy and efficiency of task execution. Powered by LLM capabilities, it supports flexible creation, retrieval, update, and deletion of memories across diverse task scenarios—enabling you to effortlessly build and scale robust agent-based task systems. | the same as `ReMe.PersonalMemoryService` |
|
||||
| memory type | import | Desc | Note |
|
||||
|----------------------------|-----------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| ReMe.PersonalMemoryService | `from reme_ai.service.task_memory_service import TaskMemoryService` | ReMe’s personalized memory service (formerly MemoryScope) empowers you to generate, retrieve, and share customized memories. Leveraging advanced LLM, embedding, and vector store technologies, it builds a comprehensive memory system with intelligent, context- and time-aware memory management—seamlessly enabling you to configure and deploy powerful AI agents. | https://github.com/modelscope/ReMe Need to configure environment variables: `FLOW_EMBEDDING_API_KEY`, `FLOW_EMBEDDING_BASE_URL`, `FLOW_LLM_API_KEY` and `FLOW_LLM_BASE_URL` |
|
||||
| ReMe.TaskMemoryService | `from reme_ai.service.personal_memory_service import PersonalMemoryService` | ReMe’s task-oriented memory service helps you efficiently manage and schedule task-related memories, enhancing both the accuracy and efficiency of task execution. Powered by LLM capabilities, it supports flexible creation, retrieval, update, and deletion of memories across diverse task scenarios—enabling you to effortlessly build and scale robust agent-based task systems. | the same as `ReMe.PersonalMemoryService` |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue