generated from amazon-archives/__template_Apache-2.0
-
Couldn't load subscription status.
- Fork 621
Closed
Labels
Backlog - DEVDeveloper assigned to issue is responsible for creating PR.Developer assigned to issue is responsible for creating PR.v3.2.0
Description
What do you want to do?
- Request a change to existing documentation
- Add new documentation
- Report a technical problem with the documentation
- Other
Tell us about your request.
Add a new memory module section describing new memories APIs related to Agentic Memory feature. This will be created under ML Commons section https://docs.opensearch.org/latest/ml-commons-plugin/. New APIs:
-
Create memory container
POST /_plugins/_ml/memory_containers/_create
-
Get memory container
GET /_plugins/_ml/memory_containers/{memory_container_id}
-
Delete memory container
DELETE /_plugins/_ml/memory_containers/{memory_container_id}
-
Add memory
POST /_plugins/_ml/memory_containers/{memory_container_id}/memories
-
Get memory
GET /_plugins/_ml/memory_containers/{memory_container_id}/memories/{memory_id}
-
Search memory
POST /_plugins/_ml/memory_containers/{memory_container_id}/memories/_search
-
Update memory
PUT /_plugins/_ml/memory_containers/{memory_container_id}/memories/{memory_id}
-
Delete memory
DELETE /_plugins/_ml/memory_containers/{memory_container_id}/memories/{memory_id}
Version: 3.2
What other resources are available?
opensearch-project/ml-commons#3979
Metadata
Metadata
Assignees
Labels
Backlog - DEVDeveloper assigned to issue is responsible for creating PR.Developer assigned to issue is responsible for creating PR.v3.2.0