Skip to content

[DOC] ML Commons - Agentic Memory Module #10706

@nathaliellenaa

Description

@nathaliellenaa

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

Labels

Backlog - DEVDeveloper assigned to issue is responsible for creating PR.v3.2.0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions