I've worked on real-time knowledge graph to turn docs in to knowledge in this project and got very popular [1]. I've received feature request to integrated with Kuzu from CocoIndex users. So I've rolled out the integration with Kuzu + CocoIndex.
CocoIndex is written in Rust to help with real-time data transformation for AI, for example knowledge graphs. Kuzu is written in C++ and is high performance and light weight. Both are open source.
With the new change, you only need one config away to export existing knowledge to kuzu if already on neo4j.
I've worked on real-time knowledge graph to turn docs in to knowledge in this project and got very popular [1]. I've received feature request to integrated with Kuzu from CocoIndex users. So I've rolled out the integration with Kuzu + CocoIndex.
CocoIndex is written in Rust to help with real-time data transformation for AI, for example knowledge graphs. Kuzu is written in C++ and is high performance and light weight. Both are open source.
With the new change, you only need one config away to export existing knowledge to kuzu if already on neo4j.
Blog with detailed explanations end to end: https://cocoindex.io/blogs/kuzu-integration
Repo: https://github.com/cocoindex-io/cocoindex
[1] https://news.ycombinator.com/item?id=43976895
Really appreciate the feedback from this community!