Skip to content

Comments

Adds sample documentation for two separate Neo4j context providers fo…#361

Draft
retroryan wants to merge 1 commit intoMicrosoftDocs:mainfrom
neo4j-partners:docs/neo4j-context-provider
Draft

Adds sample documentation for two separate Neo4j context providers fo…#361
retroryan wants to merge 1 commit intoMicrosoftDocs:mainfrom
neo4j-partners:docs/neo4j-context-provider

Conversation

@retroryan
Copy link

Summary

Adds sample documentation for two separate Neo4j context providers for retrieval and memory. These providers serve distinct roles in the agent architecture:

  • Retrieval (neo4j_rag/) — Read-only RAG provider that queries pre-existing Neo4j knowledge bases with vector, fulltext, or hybrid search and optional graph traversal enrichment
  • Memory (neo4j_memory/) — Read-write memory provider that stores conversations, extracts entities into a knowledge graph, and learns user preferences across sessions

Changes

  • Added neo4j_rag/README.md — Retrieval provider: graph-enhanced RAG with vector, fulltext, and hybrid search
  • Added neo4j_memory/README.md — Memory provider: persistent agent memory with knowledge graph building and memory tools

Links

@retroryan retroryan marked this pull request as draft February 17, 2026 19:09
@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 0791fe1:

✅ Validation status: passed

File Status Preview URL Details
agent-framework/user-guide/agents/agent-memory.md ✅Succeeded
agent-framework/user-guide/agents/agent-rag.md ✅Succeeded

For more details, please refer to the build report.

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit ab91b57:

✅ Validation status: passed

File Status Preview URL Details
agent-framework/user-guide/agents/agent-memory.md ✅Succeeded
agent-framework/user-guide/agents/agent-rag.md ✅Succeeded

For more details, please refer to the build report.

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 67cb43e:

⚠️ Validation status: warnings

File Status Preview URL Details
semantic-kernel/concepts/vector-store-connectors/index.md ⚠️Warning Details
semantic-kernel/Frameworks/agent/TOC.yml ⚠️Warning Details
agent-framework/user-guide/agents/agent-graphrag.md ✅Succeeded
agent-framework/user-guide/agents/agent-memory.md ✅Succeeded
agent-framework/user-guide/agents/agent-rag.md ✅Succeeded n/a (file deleted or renamed)
agent-framework/user-guide/agents/agent-tools.md ✅Succeeded
agent-framework/user-guide/agents/TOC.yml ✅Succeeded

semantic-kernel/concepts/vector-store-connectors/index.md

  • Line 56, Column 66: [Warning: file-not-found - See documentation] Invalid file link: '../../Frameworks/agent/agent-graphrag.md'.

semantic-kernel/Frameworks/agent/TOC.yml

  • Line 18, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'agent-graphrag.md'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 4c16798:

✅ Validation status: passed

File Status Preview URL Details
agent-framework/user-guide/agents/agent-graphrag.md ✅Succeeded
agent-framework/user-guide/agents/agent-memory.md ✅Succeeded
agent-framework/user-guide/agents/agent-rag.md ✅Succeeded n/a (file deleted or renamed)
agent-framework/user-guide/agents/agent-tools.md ✅Succeeded
agent-framework/user-guide/agents/TOC.yml ✅Succeeded
semantic-kernel/concepts/vector-store-connectors/index.md ✅Succeeded
semantic-kernel/Frameworks/agent/agent-graphrag.md ✅Succeeded
semantic-kernel/Frameworks/agent/agent-rag.md ✅Succeeded n/a (file deleted or renamed)
semantic-kernel/Frameworks/agent/TOC.yml ✅Succeeded

For more details, please refer to the build report.

@retroryan retroryan force-pushed the docs/neo4j-context-provider branch from 4c16798 to 2f41998 Compare February 18, 2026 03:33
@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 2f41998:

✅ Validation status: passed

File Status Preview URL Details
agent-framework/user-guide/agents/agent-graphrag.md ✅Succeeded
agent-framework/user-guide/agents/agent-memory.md ✅Succeeded
agent-framework/user-guide/agents/agent-rag.md ✅Succeeded n/a (file deleted or renamed)
agent-framework/user-guide/agents/agent-tools.md ✅Succeeded
agent-framework/user-guide/agents/TOC.yml ✅Succeeded
semantic-kernel/concepts/vector-store-connectors/index.md ✅Succeeded
semantic-kernel/Frameworks/agent/agent-graphrag.md ✅Succeeded
semantic-kernel/Frameworks/agent/agent-rag.md ✅Succeeded n/a (file deleted or renamed)
semantic-kernel/Frameworks/agent/TOC.yml ✅Succeeded

For more details, please refer to the build report.

@retroryan retroryan force-pushed the docs/neo4j-context-provider branch from 2f41998 to 8ba2b9e Compare February 18, 2026 03:43
@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 8ba2b9e:

✅ Validation status: passed

File Status Preview URL Details
agent-framework/user-guide/agents/agent-memory.md ✅Succeeded
agent-framework/user-guide/agents/agent-rag.md ✅Succeeded

For more details, please refer to the build report.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant