motleycrew.storage.graph_store_utils

Functions

init_graph_store([graph_store_type, db_path])

Create and initialize a graph store with the given parameters.

motleycrew.storage.graph_store_utils.init_graph_store(graph_store_type: str = 'kuzu', db_path: str | None = None) MotleyGraphStore

Create and initialize a graph store with the given parameters.

Parameters:
  • graph_store_type – Type of the graph store to use.

  • db_path – Path to the database for the graph store.

Returns:

Initialized graph store.