mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 12:59:07 +00:00
docs: templates
updated titles (#25646)
Updated titles into a consistent format. Fixed links to the diagrams. Fixed typos. Note: The Templates menu in the navbar is now sorted by the file names. I'll try sorting the navbar menus by the page titles, not the page file names.
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
# neo4j-semantic-ollama
|
||||
# Neo4j, Ollama - Semantic Layer
|
||||
|
||||
This template is designed to implement an agent capable of interacting with a graph database like Neo4j through a semantic layer using Mixtral as a JSON-based agent.
|
||||
The semantic layer equips the agent with a suite of robust tools, allowing it to interact with the graph database 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) and specifically about [Mixtral agents with Ollama](https://blog.langchain.dev/json-based-agents-with-ollama-and-langchain/).
|
||||
This template is designed to implement an agent capable of interacting with a
|
||||
graph database like `Neo4j` through a semantic layer using `Mixtral` as
|
||||
a JSON-based agent.
|
||||
The semantic layer equips the agent with a suite of robust tools,
|
||||
allowing it to interact with the graph database 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) and specifically about [Mixtral agents with `Ollama` package](https://blog.langchain.dev/json-based-agents-with-ollama-and-langchain/).
|
||||
|
||||

|
||||
 "Neo4j Semantic Layer Workflow Diagram"
|
||||
|
||||
## Tools
|
||||
|
||||
|
Reference in New Issue
Block a user