Adds sample documentation for two separate Neo4j context providers fo…#361
Adds sample documentation for two separate Neo4j context providers fo…#361retroryan wants to merge 1 commit intoMicrosoftDocs:mainfrom
Conversation
|
Learn Build status updates of commit 0791fe1: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit ab91b57: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit 67cb43e:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| semantic-kernel/concepts/vector-store-connectors/index.md | Details | ||
| semantic-kernel/Frameworks/agent/TOC.yml | 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 status updates of commit 4c16798: ✅ Validation status: passed
For more details, please refer to the build report. |
4c16798 to
2f41998
Compare
|
Learn Build status updates of commit 2f41998: ✅ Validation status: passed
For more details, please refer to the build report. |
…iders for retrieval and memory
2f41998 to
8ba2b9e
Compare
|
Learn Build status updates of commit 8ba2b9e: ✅ Validation status: passed
For more details, please refer to the build report. |
Summary
Adds sample documentation for two separate Neo4j context providers for retrieval and memory. These providers serve distinct roles in the agent architecture:
neo4j_rag/) — Read-only RAG provider that queries pre-existing Neo4j knowledge bases with vector, fulltext, or hybrid search and optional graph traversal enrichmentneo4j_memory/) — Read-write memory provider that stores conversations, extracts entities into a knowledge graph, and learns user preferences across sessionsChanges
neo4j_rag/README.md— Retrieval provider: graph-enhanced RAG with vector, fulltext, and hybrid searchneo4j_memory/README.md— Memory provider: persistent agent memory with knowledge graph building and memory toolsLinks