Skip to content

Add documentation for Agentic Memory semantic search and hybrid search APIs#12293

Open
dhrubo-os wants to merge 6 commits intoopensearch-project:mainfrom
dhrubo-os:docs/agentic-memory-semantic-hybrid-search
Open

Add documentation for Agentic Memory semantic search and hybrid search APIs#12293
dhrubo-os wants to merge 6 commits intoopensearch-project:mainfrom
dhrubo-os:docs/agentic-memory-semantic-hybrid-search

Conversation

@dhrubo-os
Copy link
Copy Markdown
Contributor

Description

Add documentation for two new Agentic Memory search APIs introduced in OpenSearch 3.6:

  1. Semantic Search Memory API (_semantic_search) — Search long-term memories using natural language queries with automatic embedding generation
  2. Hybrid Search Memory API (_hybrid_search) — Search long-term memories using a combination of BM25 keyword matching and neural vector search with per-request weight tuning

Also updates the Agentic Memory APIs index page to include links to the new API pages.

New pages

  • _ml-commons-plugin/api/agentic-memory-apis/semantic-search-memory.md
  • _ml-commons-plugin/api/agentic-memory-apis/hybrid-search-memory.md

Updated pages

  • _ml-commons-plugin/api/agentic-memory-apis/index.md — Added links to the two new API pages

Related issues

Resolves #12292

Related PRs

Check List

  • New functionality has been documented.
  • Commits are signed per the DCO using --signoff.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

dhrubo-os and others added 3 commits October 22, 2025 11:30
Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
@github-actions
Copy link
Copy Markdown

Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Merged.

Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer.

When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference).

@kolchfa-aws kolchfa-aws added Tech review PR: Tech review in progress backport 3.6 Doc review PR: Doc review in progress and removed Tech review PR: Tech review in progress labels Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 3.6 Doc review PR: Doc review in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add documentation for Agentic Memory semantic search and hybrid search APIs

2 participants