Is your feature request related to a problem? Please describe.
Griptape currently lacks a graph store driver, making it hard to manage and query graph-based data.
Describe the solution you'd like
I want to add a 'Basegraphstoredriver' abstract class with methods, and to add a FalkorDB graph store driver that extends this class that supports FalkorDB
Describe alternatives you've considered
To directly integrate the graph database into the Griptape components.
Additional context
It will allow future integrations with other graph databases