Skip to content

Graph-Aware Retrieval for AI Agent Memory: Linking Memories Across Time - #302

Open
srinidhi-sat wants to merge 8 commits into
oracle-devrel:mainfrom
srinidhi-sat:feature/graph_aware_retrieval
Open

srinidhi-sat wants to merge 8 commits into
oracle-devrel:mainfrom
srinidhi-sat:feature/graph_aware_retrieval

Conversation

@srinidhi-sat

@srinidhi-sat srinidhi-sat commented Sep 8, 2026 •

Copy link
Copy Markdown
Member

Summary:
This is a companion notebook for the Graph-Aware Retrieval for AI Agent Memory article.
This notebook demonstrates how Oracle AI Agent Memory preserves evolving facts by linking durable memories and retrieving related context through graph-aware search.

Covers:

  • Oracle Database connection setup, with local Oracle Free validation/ FreeSQL setup
  • oracleagentmemory 26.8 package and API checks
  • Managed schema initialization and graph-memory privilege preflight
  • Durable memory creation for an evolving support case
  • Typed memory links: supersedes, refines, and supports
  • Conceptual coverage for duplicates and contradicts
  • Persisted lifecycle/status inspection for valid and invalid memories
  • Direct search versus graph-aware search
  • num_hops=0 versus num_hops=1 with matching search options
  • linked_results inspection and prompt-ready graph context generation
  • Scoped retrieval with user_id, agent_id, tenant, and case metadata
  • Automatic memory linking during extraction as part of the main runnable flow
  • Deterministic local validation providers for reproducible Podman execution

@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 8, 2026
@srinidhi-sat srinidhi-sat changed the title # Graph-Aware Retrieval for AI Agent Memory: Linking Memories Across Time Graph-Aware Retrieval for AI Agent Memory: Linking Memories Across Time Sep 15, 2026
jasperan
jasperan previously approved these changes Sep 16, 2026

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants