From fc84083ce5a5851b22648c5c20824c313fae1a60 Mon Sep 17 00:00:00 2001 From: Tomaz Bratanic Date: Fri, 19 Jan 2024 03:45:22 +0100 Subject: [PATCH] docs: Add neo4j semantic blog post link to templates (#16225) --- templates/neo4j-semantic-layer/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/neo4j-semantic-layer/README.md b/templates/neo4j-semantic-layer/README.md index c2dbe57fe8f..7019d627bce 100644 --- a/templates/neo4j-semantic-layer/README.md +++ b/templates/neo4j-semantic-layer/README.md @@ -2,6 +2,7 @@ This template is designed to implement an agent capable of interacting with a graph database like Neo4j through a semantic layer using OpenAI function calling. The semantic layer equips the agent with a suite of robust tools, allowing it to interact with the graph databas based on the user's intent. +Learn more about the semantic layer template in the [corresponding blog post](https://medium.com/towards-data-science/enhancing-interaction-between-language-models-and-graph-databases-via-a-semantic-layer-0a78ad3eba49). ![Diagram illustrating the workflow of the Neo4j semantic layer with an agent interacting with tools like Information, Recommendation, and Memory, connected to a knowledge graph.](https://raw.githubusercontent.com/langchain-ai/langchain/master/templates/neo4j-semantic-layer/static/workflow.png "Neo4j Semantic Layer Workflow Diagram")