langchain.js
    Preparing search index...

    Security note: Make sure that the database connection uses credentials that are narrowly-scoped to only include necessary permissions. Failure to do so may result in data corruption or loss, since the calling code may attempt commands that would result in deletion, mutation of data if appropriately prompted or reading sensitive data if such data is present in the database. The best way to guard against such negative outcomes is to (as appropriate) limit the permissions granted to the credentials used with this tool. For example, creating read only users for the database is a good way to ensure that the calling code cannot mutate or delete data.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • __namedParameters: Neo4jGraphConfig

      Returns Neo4jGraph

    Properties

    schema: string = ""
    structuredSchema: StructuredSchema = ...

    Methods

    • Returns Promise<void>

    • Parameters

      • labelOrType: string
      • properties: { property: string; type: string }[]
      • exhaustive: boolean
      • isRelationship: boolean = false

      Returns Promise<string>

    • Returns string

    • Returns StructuredSchema

    • Type Parameters

      • RecordShape extends Record<string, any> = Record<string, any>

      Parameters

      • query: string
      • params: Record<string, Any> = {}
      • routing: RoutingControl = neo4j.routing.WRITE

      Returns Promise<RecordShape[]>

    • Returns Promise<void>

    • Returns Promise<void>

    • Parameters

      • config: Neo4jGraphConfig

      Returns Promise<Neo4jGraph>