awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesGraph Path Metrics

Calculations involving the length of paths and the count of elements within a traversal sequence.

Distinct from Graph Analysis: Shortlist candidates focus on security attack paths, code paths, or SVG geometry, not general graph path length

Explore 4 awesome GitHub repositories matching data & databases · Graph Path Metrics. Refine with filters or upvote what's useful.

Awesome Graph Path Metrics GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • qq547276542/agriculture_knowledgegraphAvatar de qq547276542

    qq547276542/Agriculture_KnowledgeGraph

    4,373Voir sur GitHub↗

    Agriculture Knowledge Graph est un système de triple-store structuré et une plateforme d'aide à la décision conçue pour transformer des documents agricoles bruts en un graphe lisible par machine. Il fonctionne comme un système de récupération d'informations de domaine qui extrait et interroge des données agricoles pour fournir des réponses intelligentes et un support de planification. Le projet implémente un pipeline complet pour la construction de graphes de connaissances, comprenant un framework d'extraction de relations et des outils de reconnaissance d'entités nommées. Il utilise la supervision distante et l'apprentissage automatique pour identifier et classer les relations entre les entités, convertissant le texte non structuré en un réseau de faits et de dépendances. Le système fournit des capacités pour la récupération d'informations dans le domaine agricole via l'analyse de chemin basée sur le graphe et le mappage de taxonomie hiérarchique. Il permet aux utilisateurs d'identifier des entités spécifiques au sujet, d'extraire des relations de domaine et d'interroger le graphe de connaissances pour découvrir des connexions entre les nœuds.

    Calculates the shortest path between entities within the knowledge graph to uncover hidden connections.

    Pythonknowledge-graphnamed-entity-recognitionquestion-answering
    Voir sur GitHub↗4,373
  • apache/ageAvatar de apache

    apache/age

    4,236Voir sur GitHub↗

    Apache AGE is a graph database extension for PostgreSQL that adds openCypher graph query capabilities directly within the relational database environment. It functions as a loadable extension that translates Cypher graph traversal queries into SQL expressions, enabling users to run pattern matching and path analysis alongside standard SQL operations within a single database instance. The extension stores labeled, directed property graphs as isolated schemas with internal relational tables for vertices, edges, and labels, preventing cross-graph interference. It supports hybrid query execution

    Provides a function to calculate the number of relationships in a given path.

    Cage-databaseagensgraphanalytics
    Voir sur GitHub↗4,236
  • falkordb/falkordbAvatar de FalkorDB

    FalkorDB/FalkorDB

    3,437Voir sur GitHub↗

    FalkorDB is a high-performance graph database management system and vector graph database. It serves as a knowledge graph construction tool and a GraphRAG knowledge store, integrating structured property graphs with vector search to provide grounded context for large language models. The engine is designed as a multi-tenant graph engine, capable of hosting thousands of isolated datasets within a single instance. The system distinguishes itself by using linear algebra for query execution, treating relationship tensors as matrix multiplications to achieve low-latency multi-hop traversals. It ut

    Optimizes query performance by precomputing distances between frequently queried node pairs.

    Ccloud-databasedatabasedatabase-as-a-service
    Voir sur GitHub↗3,437
  • hujiulong/gcoordAvatar de hujiulong

    hujiulong/gcoord

    3,251Voir sur GitHub↗

    gcoord is a coordinate conversion library that transforms geographic coordinates between China's three major map coordinate systems: WGS-84, GCJ-02, and BD-09. It handles the offset corrections required by national encryption policies, converting GPS or API-derived coordinates to align with the projections used by Chinese map providers like Baidu, Gaode, and Google China. The library provides direct conversions between all three systems, including WGS-84 to GCJ-02, WGS-84 to BD-09, GCJ-02 to BD-09, and their reverse transformations. It processes individual coordinate pairs, batches of coordin

    Uses precomputed offset tables to accelerate repeated coordinate conversions between frequently used systems.

    TypeScriptbd-09gcj-02geojson
    Voir sur GitHub↗3,251
  1. Home
  2. Data & Databases
  3. Graph Path Metrics

Explorer les sous-tags

  • Precomputed Paths1 sous-tagCached distance calculations between frequently queried nodes to accelerate search. **Distinct from Graph Path Metrics:** Focuses on the precomputation and caching of paths for performance, not just the metric calculation.