Add Kùzu as a graph DB backend #3
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hi @ceteri, been meaning to post this for a while now -- looking at the code, I think it would be great to add a version of this workflow that provides a persistent knowledge graph in Kùzu, an embedded graph database, much in the same way that LanceDB (an embedded vector DB) is used for persisting the vector embeddings.
The portions of the pipeline using a Pandas DataFrame and then NetworkX can easily be converted to a Kùzu graph, and the visualizations easily done in Kùzu Explorer. It's of course, possible to transform a Kùzu subgraph into NetworkX objects for graph algorithms and back using DataFrames as intermediaries, per this tutorial.
I'll plan on taking a look at this sort of workflow using Kùzu soon, but I'm posting this here for reference, in case anybody from the community wanted to give it a try!
The text was updated successfully, but these errors were encountered: