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
Hey guys,
please add a function that simplifies the construction of graphs from pure text.
A possible solution would be to use the LangChain GraphDocuments Object and provide a way to translate that to a Kùzu Graph, like it is done here.
Adding a LangChain GraphDocument would then simply be "KuzuGraph.add_graph_documents(graph_documents)"
I think that offering a better way to build Kùzu graphs using LangChain could attract many new users.
Thank you guys for your awesome work!
Cheers,
David
The text was updated successfully, but these errors were encountered:
Hey guys,
please add a function that simplifies the construction of graphs from pure text.
A possible solution would be to use the LangChain GraphDocuments Object and provide a way to translate that to a Kùzu Graph, like it is done here.
Adding a LangChain GraphDocument would then simply be "KuzuGraph.add_graph_documents(graph_documents)"
I think that offering a better way to build Kùzu graphs using LangChain could attract many new users.
Thank you guys for your awesome work!
Cheers,
David
The text was updated successfully, but these errors were encountered: