You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This discussion was converted from issue #915 on January 07, 2025 21:35.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
Beta Was this translation helpful? Give feedback.
All reactions