Skip to content

Files

Latest commit

b80a164 · Oct 1, 2024

History

History
This branch is 205 commits behind neo4j-labs/llm-graph-builder:main.

frontend

Neo4j Knowledge Graph Builder

Reactjs app for building an knowledge graph using Neo4j Needle.

Features

  • 🚀 Responsive: Adapts to different screen sizes for optimal user experience.
  • ⚙️ Neo4j Integration: A simple example for connecting to a Neo4j database.
  • 🔐 Neo4j Auto-connect: Automatically connects to the Neo4j database if the user has a session saved (using localStorage).
  • 💻 Dropzone: To drop pdf or txt files.
  • 💻 Table : To show uploaded files and generate knowledge graph.
  • 🛠️️ Modular approach: Facilitates easy customization.

Installation:

npm install -g yarn
yarn i
yarn run dev

Do run yarn add -- package name to get project updated with required dependencies.

29/01/2024> Latest dependency yarn add uuid

Upload api url should be picked from: ports tab under codespace environement // For demo

What it looks like