Skip to main content
Drop a repoSign up
REPOLum1104/Understand-Anything+606 stars 24hREPOanthropics/financial-services-plugins+396 stars 24hREPOrohitg00/ai-engineering-from-scratch+331 stars 24hREPOaddyosmani/agent-skills+327 stars 24hREPOcolbymchenry/codegraph+327 stars 24hREPOLum1104/Understand-Anything+606 stars 24hREPOanthropics/financial-services-plugins+396 stars 24hREPOrohitg00/ai-engineering-from-scratch+331 stars 24hREPOaddyosmani/agent-skills+327 stars 24hREPOcolbymchenry/codegraph+327 stars 24h
Glossary

What is knowledge graph?

A knowledge graph stores information as entities and the relationships between them, letting you query connected facts rather than isolated rows or documents.

By modelling the real world as nodes (entities) and edges (relationships), a knowledge graph answers questions about how things connect — which powers recommendations, fraud detection, and search. It is increasingly used to ground language models, an approach often called GraphRAG.

Open-source graph databases and tooling build and query these structures at scale, with query languages designed for traversing relationships.

Trending databases

Trending knowledge graph projects

  1. Evokoa/pgGraph

    Open-source graph database superpowers for your existing Postgres data.

    2720 · 24hmomentum 5Rust

knowledge graph — FAQ

What is knowledge graph?
A knowledge graph stores information as entities and the relationships between them, letting you query connected facts rather than isolated rows or documents. By modelling the real world as nodes (entities) and edges (relationships), a knowledge graph answers questions about how things connect — which powers recommendations, fraud detection, and search. It is increasingly used to ground language models, an approach often called GraphRAG.