neo4j-labs/llm-graph-builder

Neo4j graph construction from unstructured data using LLMs

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 13th, 2026
Created on January 11th, 2024
Open Issues & Pull Requests: 60 (+0)
GitHub issues: Enabled
Number of forks: 879
Total Stargazers: 5,247 (+0)
Total Subscribers: 33 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.2 hours
Mean response time: 18.8 days
90th percentile: 68.8 days
Tracked items: 371

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 78% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 9% of issues opened in the past year have been closed. Three people close 69% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 36
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 358 days
Stale 30+ days: 34
Stale 90+ days: 32

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (129)
  • enhancement (57)
  • question (35)
  • improvement (11)
  • duplicate (6)
  • documentation (5)
  • help wanted (2)
  • python (2)

Detailed Description

LLM Graph Builder is a tool for constructing knowledge graphs in Neo4j from unstructured data using large language models.

The tool addresses the challenge of converting unstructured documents—PDFs, Word files, plain text, YouTube videos, and web pages—into structured knowledge graphs. It uses LLMs and the LangChain framework to extract nodes, relationships, and their properties from source material, then stores the resulting graph in Neo4j. Users upload files from local storage, cloud buckets like GCS or S3, or web sources, select an LLM model, and the system generates a queryable graph structure. The application includes a chat interface for conversational interaction with the stored data and provides source attribution for query results.

Adoption makes sense for teams building knowledge graphs at scale or integrating graph-based retrieval into retrieval-augmented generation pipelines. The tool supports a wide range of LLM providers including OpenAI, Gemini, Anthropic, Groq, Ollama, and others, as well as multiple embedding model sources such as Sentence Transformers and Amazon Titan. It requires Neo4j 5.23 or later with APOC installed, and works with Neo4j Aura's free tier. Custom schemas can be applied during graph generation, and token usage tracking is available to monitor LLM consumption per user and database connection. The project provides both a full application with graph visualization in Neo4j Bloom and a dedicated chat-only interface.

Development activity shows consistent engagement with feature expansion across multiple LLM integrations and embedding model options. The codebase spans Python backend with FastAPI, React frontend, and Jupyter Notebook examples, indicating active maintenance of both core functionality and documentation. The project maintains support for diverse deployment scenarios including Docker, Neo4j Desktop, and cloud databases, suggesting responsiveness to different user environments.