Hey all,
I built a toy knowledge graph generator using Marqo, Griptape and Neo4J. Here’s a demo: Dropbox - academic_kg_generator_v0.4.mov - Simplify your life
The demo creates a functional Neo4J backend from the academic papers I dragged in, and is able to merge them into a single knowledge graph with an aligned schema. Keen to get feedback and also any suggestions for improvement. It’s not open sourced yet as I need to clean up the code.
Keep in mind theres a few agent calls within the process, so most of the video is just buffering time, but there’s two distinct sections: an initial knowledge graph created with the Attention Is All You Need paper, and then a merging of that and the HuggingFace Transformers paper.
Would be great to get any feedback or suggestions for improvements / features.