You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Neo4j Graph Data Science Server (https://github.com/neo4j-contrib/gds-agent[GDS-Agent]) provides GDS algorithms as tools.
240
+
241
+
This allows users to ask questions that require nontrivial reasoning with graph algorithms.
242
+
An LLM equipped with the GDS agent will find and execute the correct algorithms with appropriate parameters.
243
+
244
+
An example where an LLM with GDS Agent is able to pick shortest path and Yen's algorithm (and with small k=3) to answer a question about travel planning for a map in the Neo4j database:
245
+
246
+
image::gds-agent-london-underground-example.png[]
247
+
248
+
It currently support a large set of GDS algorithms, including:
For full documentation and instructions, please refer to the repository: https://github.com/neo4j-contrib/gds-agent
259
+
237
260
=== MCP-Sandbox
238
261
239
262
The Sandbox MCP Server (https://mcp.sandbox.neo4j.com/sse) server provides tools for managing https://sandbox.neo4j.com[Neo4j Sandboxes^] instances directly from your development environment. This server simplifies the development workflow by allowing you to programmatically control your sandboxes.
0 commit comments