awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesGraph Query Interfaces

Tools for extracting insights from structured knowledge graphs via search commands.

Distinguishing note: Focuses on querying existing knowledge graphs rather than building them.

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

Awesome Graph Query Interfaces GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • egonex-ai/understand-anythingEgonex-AI 的头像

    Egonex-AI/Understand-Anything

    66,456在 GitHub 上查看↗

    Understand-Anything is a codebase architecture visualization tool that transforms source code and documentation into interactive knowledge graphs. It maps files, functions, and classes into a node-edge model to visualize architectural dependencies and project structures. The project provides specialized workflows for impact analysis, tracing connectivity paths from code modifications to identify affected downstream components. It also enables technical onboarding through automated architecture tours and the conversion of technical documentation into navigable networks of interconnected ideas.

    Provides interfaces for extracting insights and analyzing codebase organization via knowledge graph queries.

    TypeScriptantigravity-skillsbusiness-knowledgeclaude-code
    在 GitHub 上查看↗66,456
  • microsoft/graphragmicrosoft 的头像

    microsoft/graphrag

    33,792在 GitHub 上查看↗

    GraphRAG is a data processing pipeline and retrieval engine designed to transform unstructured text into interconnected knowledge graphs. By utilizing language models to extract entities and relationships, it builds structured representations of information that enable context-aware retrieval for downstream applications. The system distinguishes itself through hierarchical graph clustering and large-scale data synthesis, which organize massive document corpora into multi-level structures. This approach allows for both vector-based semantic searches and graph-based traversals, providing a comp

    Extracts specific insights from knowledge graphs by executing search commands.

    Pythongptgpt-4gpt4
    在 GitHub 上查看↗33,792
  • memorilabs/memoriMemoriLabs 的头像

    MemoriLabs/Memori

    15,358在 GitHub 上查看↗

    Memori is an AI agent memory middleware platform designed to provide persistent, context-aware recall for language models. It functions as a non-intrusive layer that intercepts outbound model requests to automatically capture interaction history and execution traces, ensuring that agents maintain continuity across sessions without requiring modifications to existing application logic. The platform distinguishes itself through a dual-model storage architecture that maintains information as both structured relational primitives for precise fact retrieval and rolling narrative summaries for situ

    Accesses stored semantic relationships directly via standard database queries to support debugging, analytics, and data exploration.

    Pythonagentaiaiagent
    在 GitHub 上查看↗15,358
  • cayleygraph/cayleycayleygraph 的头像

    cayleygraph/cayley

    15,043在 GitHub 上查看↗

    Cayley is a graph database engine designed for storing and querying interconnected data using a quad-based data model. It functions as an RDF quad store, managing information through subjects, predicates, objects, and labels. The system features a modular graph store architecture with pluggable backends, allowing it to swap between in-memory storage and various external persistent databases. It includes a GraphQL-inspired API and a dedicated data visualizer for the interactive exploration of nodes and edges. Query capabilities cover bidirectional path traversal and multi-syntax execution usi

    Provides a GraphQL-inspired interface to retrieve nodes, properties, and nested relationships from the graph.

    Go
    在 GitHub 上查看↗15,043
  1. Home
  2. Data & Databases
  3. Graph Query Interfaces