Back to Genai Toolbox

Neo4j

docs/en/integrations/neo4j/prebuilt-configs/neo4j.md

1.4.0594 B
Original Source

Neo4j

  • --prebuilt value: neo4j
  • Environment Variables:
    • NEO4J_URI: The URI of the Neo4j instance (e.g., bolt://localhost:7687).
    • NEO4J_DATABASE: The name of the Neo4j database to connect to.
    • NEO4J_USERNAME: The username for the Neo4j instance.
    • NEO4J_PASSWORD: The password for the Neo4j instance.
  • Permissions:
    • Database-level permissions are required to execute Cypher queries.
  • Tools:
    • execute_cypher: Executes a Cypher query.
    • get_schema: Retrieves the schema of the Neo4j database.