BaseNeptuneGraph#

class langchain_aws.graphs.neptune_graph.BaseNeptuneGraph[source]#

Attributes

get_schema

Returns the schema of the Neptune database

Methods

query(query[,Β params])

abstractmethod query(
query: str,
params: dict = {},
) β†’ dict[source]#
Parameters:
  • query (str)

  • params (dict)

Return type:

dict