awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rahulnyk avatar

rahulnyk/knowledge_graph

0
View on GitHub↗
2,978 stele·483 fork-uri·Jupyter Notebook·mit·8 vizualizări

Knowledge Graph

This project is a tool for transforming unstructured text into semantic knowledge graphs. It uses local language models to extract entities and their relationships, converting text corpora into a structured network of linked concepts.

The system provides a web interface for interactive network visualization, allowing users to navigate the resulting nodes and edges. It includes a topology analysis tool that calculates node degrees and identifies community clusters to determine the visual size and color of graph elements.

Beyond visualization, the project enables graph-based information retrieval. This allows for the location of specific data by traversing semantic connections rather than relying on keyword searches.

Features

  • Knowledge Graph Extraction - Transforms unstructured text into structured knowledge representations by identifying entities and their semantic relationships.
  • Entity Extraction Pipelines - Provides an automated pipeline that uses local language models to parse raw text into structured nodes and edges.
  • Knowledge Graph Construction - Automates the build process of graph structures from unstructured text datasets.
  • Local Model Inference Servers - Hosts language models locally to process documents while ensuring data privacy and minimizing latency.
  • Text-to-Graph Transformers - Converts unstructured text corpora into structured property graphs using local language models.
  • Knowledge Graph Builders - Builds structured knowledge graphs from raw text by extracting organized facts and triples.
  • Semantic Networks - Implements a graph-based memory structure using nodes and edges to store concepts and their semantic relationships.
  • Graph Node Clustering - Groups graph nodes into clusters based on structural similarity to understand community distribution.
  • Graph-Based Retrieval Engines - Uses a knowledge graph engine to improve the accuracy of information retrieval from unstructured documents.
  • Semantic Topology Mapping - Calculates node degrees and identifies community clusters to determine the size and color of visual graph elements.
  • Semantic Traversals - Enables information retrieval by traversing semantic connections between entities instead of relying on keyword searches.
  • Graph Topology Analysis - Identifies key clusters and influential nodes by calculating centrality metrics to understand data distribution.
  • Graph-Based Retrieval - Finds specific information within a dataset by traversing a network of related nodes.
  • Interactive Graph Visualizers - Renders interactive directed graphs in a browser environment for analyzing complex data relationships.
  • Interactive Visualization Rendering - Provides an interactive web interface for rendering dynamic semantic networks that update based on user navigation.
  • Semantic Graph Analyzers - Calculates node degrees and performs community detection to determine the visual properties of network elements.

Istoric stele

Graficul istoricului de stele pentru rahulnyk/knowledge_graphGraficul istoricului de stele pentru rahulnyk/knowledge_graph

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Knowledge Graph

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Knowledge Graph.
  • arangodb/arangodbAvatar arangodb

    arangodb/arangodb

    14,091Vezi pe GitHub↗

    This project is a multi-model database system designed to store and manage information as documents, graphs, and key-value pairs within a single engine. It functions as a graph database and knowledge graph platform, providing the infrastructure to build, query, and visualize structured data models. By integrating vector search capabilities, the system serves as a vector database that supports retrieval-augmented generation for artificial intelligence applications. The platform distinguishes itself through a unified query language that allows users to perform document lookups, graph traversals

    C++arangodbdatabasedistributed-database
    Vezi pe GitHub↗14,091
  • memgraph/memgraphAvatar memgraph

    memgraph/memgraph

    4,163Vezi pe GitHub↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    C++cyphergraphgraph-algorithms
    Vezi pe GitHub↗4,163
  • varunshenoy/graphgptAvatar varunshenoy

    varunshenoy/GraphGPT

    4,429Vezi pe GitHub↗

    GraphGPT is an LLM knowledge graph generator that extracts entities and relationships from unstructured text to create visual knowledge graphs. It functions as a natural language graph interface and an unstructured data extraction pipeline, transforming raw text into structured triples for mapping complex information networks. The system enables dynamic knowledge mapping by allowing users to build and update network visualizations through conversational queries and text-based instructions. This allows for the conversion of unstructured data into visual graphs to identify patterns and connecti

    JavaScript
    Vezi pe GitHub↗4,429
  • anthropics/claude-cookbooksAvatar anthropics

    anthropics/claude-cookbooks

    45,835Vezi pe GitHub↗

    This repository serves as a comprehensive library of architectural blueprints and code examples for integrating large language models into software applications. It functions as a developer learning resource, providing structured tutorials and implementation patterns that demonstrate how to build intelligent features using advanced prompting and data processing techniques. The collection distinguishes itself by focusing on complex reasoning and data-grounding workflows. It provides practical guidance on implementing retrieval-augmented generation pipelines, which connect language models to pr

    Jupyter Notebook
    Vezi pe GitHub↗45,835
Vezi toate cele 30 alternative pentru Knowledge Graph→

Întrebări frecvente

Ce face rahulnyk/knowledge_graph?

This project is a tool for transforming unstructured text into semantic knowledge graphs. It uses local language models to extract entities and their relationships, converting text corpora into a structured network of linked concepts.

Care sunt principalele funcționalități ale rahulnyk/knowledge_graph?

Principalele funcționalități ale rahulnyk/knowledge_graph sunt: Knowledge Graph Extraction, Entity Extraction Pipelines, Knowledge Graph Construction, Local Model Inference Servers, Text-to-Graph Transformers, Knowledge Graph Builders, Semantic Networks, Graph Node Clustering.

Care sunt câteva alternative open-source pentru rahulnyk/knowledge_graph?

Alternativele open-source pentru rahulnyk/knowledge_graph includ: arangodb/arangodb — This project is a multi-model database system designed to store and manage information as documents, graphs, and… memgraph/memgraph — Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management.… varunshenoy/graphgpt — GraphGPT is an LLM knowledge graph generator that extracts entities and relationships from unstructured text to create… anthropics/claude-cookbooks — This repository serves as a comprehensive library of architectural blueprints and code examples for integrating large… garrytan/gbrain — gbrain is an agent framework and retrieval-augmented generation system that combines a durable task queue, a… ownthink/knowledgegraphdata — KnowledgeGraphData is a collection of structured datasets and corpora designed to provide a foundational layer for…