awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
yifanfeng97 avatar

yifanfeng97/Hyper-Extract

0
View on GitHub↗
1,242 estrellas·137 forks·Python·10 vistasyifanfeng97.github.io/Hyper-Extract↗

Hyper Extract

Hyper-Extract is a framework designed for automated knowledge extraction, graph construction, and retrieval-augmented generation. It functions as a command-line tool that transforms unstructured text into structured knowledge graphs and hypergraphs, enabling users to build interconnected, searchable, and machine-readable data repositories from their documents.

The system distinguishes itself through its focus on personal knowledge management and incremental processing. It allows users to update existing knowledge bases by processing only new document deltas, avoiding redundant computation. The architecture supports modular provider abstraction, allowing for the integration of various local or cloud-based language and embedding models, and provides native support for exporting structured data into formats compatible with local note-taking applications.

The platform covers a broad range of capabilities, including semantic search, automated question answering, and graph visualization. It facilitates the deployment of models within containerized environments to maintain data privacy and offers domain-specific templates to streamline extraction workflows for various industries. Users can interact with their data through a programmatic interface or terminal-based commands to manage collections, perform semantic retrieval, and expose knowledge abstracts to external agents via standardized protocols.

Features

  • Language Model Integrations - Integrates with multiple local and cloud-based language model providers to power automated text processing and knowledge extraction.
  • Knowledge-Grounded Question Answering - Enables natural language question answering by retrieving relevant information from the connected knowledge base.
  • Retrieval Augmented Generation - Connects large language models to custom knowledge bases to provide accurate, context-aware answers based on specific data.
  • Retrieval Augmented Generation Engines - Processes documents into structured knowledge bases to provide context-aware answers through natural language queries.
  • Personal Knowledge Bases - Integrates automated knowledge extraction into note-taking workflows to build interconnected and searchable local document repositories.
  • Knowledge Graph Extractions - Transforms unstructured text into typed data structures and knowledge graphs to capture meaningful relationships between concepts.
  • Knowledge Graphs - Organizes extracted entities and relationships into interconnected graph structures to represent complex data.
  • Knowledge Graph Construction Tools - Provides a framework for building and querying interconnected data structures from documents to facilitate semantic search.
  • Semantic Knowledge Base Search - Performs semantic searches and conversational question answering against stored knowledge collections.
  • Knowledge Graph Extraction - Supports multiple algorithmic approaches to knowledge extraction, including graph-based and retrieval-augmented techniques.
  • Data Exposures - Exposes knowledge abstracts to external assistants and agents using the Model Context Protocol for seamless data querying.
  • Service Provider Abstractions - Decouples extraction logic from specific model backends to support switching between various local and cloud services.
  • Local Model Deployment - Hosts language and embedding models locally within containerized environments to maintain data privacy.
  • Personal Knowledge Management - Converts extracted data into interconnected markdown files compatible with local note-taking applications.
  • Knowledge Base Exports - Exports structured knowledge into standard formats like markdown for compatibility with local note-taking applications.
  • Extraction Pipeline Execution - Executes document processing tasks via command-line or programmatic interfaces to automate complex extraction workflows.
  • Embedding Service Integrations - Connects to various embedding services to generate vector representations of text for semantic search and retrieval.
  • Knowledge Graph Querying - Performs semantic retrieval across structured knowledge nodes and edges to find relevant information based on natural language queries.
  • Knowledge Base Management - Maintains knowledge collections through incremental ingestion, index building, and data cleanup.
  • Semantic Information Retrieval - Maps knowledge nodes into high-dimensional space to enable semantic retrieval and context-aware information discovery.
  • Unstructured Data Transformation Tools - Converts raw text documents into structured knowledge graphs and hypergraphs to make complex information machine-readable.
  • Document Parsing CLI Tools - Provides a command-line interface for triggering document extraction and processing tasks directly from the terminal.
  • Knowledge Graph Visualizations - Generates visual representations of knowledge structures to help users explore complex relationships and entities.
  • Graph Schema Extractions - Uses language models to parse unstructured text into predefined graph-based data structures and typed nodes.
  • Incremental Data Pipelines - Processes only new document deltas to update knowledge bases efficiently without redundant computation.
  • Incremental Updates - Updates existing knowledge bases by processing only new document deltas to avoid redundant computation.

Historial de estrellas

Gráfico del historial de estrellas de yifanfeng97/hyper-extractGráfico del historial de estrellas de yifanfeng97/hyper-extract

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Hyper Extract

Colecciones seleccionadas manualmente donde aparece Hyper Extract.
  • Unstructured data parsers
  • Frameworks de embedding y chunking de documentos
  • Librerías para el parseo de salida de comandos

Alternativas open-source a Hyper Extract

Proyectos open-source similares, clasificados según cuántas características comparten con Hyper Extract.
  • neo4j-labs/llm-graph-builderAvatar de neo4j-labs

    neo4j-labs/llm-graph-builder

    4,884Ver en GitHub↗

    llm-graph-builder is a tool for transforming unstructured data into structured Neo4j graph databases using large language models. It functions as a graph orchestrator that automates the construction of nodes and relationships from raw text based on custom schemas. The project provides a visualizer for analyzing relational data as interactive networks and a token monitor to track daily and monthly API consumption per user. It also includes a vector embedding generator that utilizes configurable model providers to enable semantic search and retrieval augmented generation. The system covers cap

    Jupyter Notebookdata-importgenaigraph
    Ver en GitHub↗4,884
  • qq547276542/agriculture_knowledgegraphAvatar de qq547276542

    qq547276542/Agriculture_KnowledgeGraph

    4,373Ver en GitHub↗

    Agriculture Knowledge Graph is a structured triple-store system and decision support platform designed to transform raw agricultural documents into a machine-readable graph. It functions as a domain information retrieval system that extracts and queries agricultural data to provide intelligent answers and planning support. The project implements a full pipeline for knowledge graph construction, featuring a relation extraction framework and named entity recognition tools. It utilizes remote supervision and machine learning to identify and classify relationships between entities, converting uns

    Pythonknowledge-graphnamed-entity-recognitionquestion-answering
    Ver en GitHub↗4,373
  • cocoindex-io/cocoindexAvatar de cocoindex-io

    cocoindex-io/cocoindex

    6,117Ver en GitHub↗

    Cocoindex is an incremental data processing engine that builds and maintains live indexes for AI agents, with a core focus on codebase indexing and knowledge graph extraction. The engine uses a function-graph execution model where user-defined Python functions are composed into a directed acyclic graph, and it processes data incrementally so only changed source records or code paths are re-computed, avoiding full recomputation at any scale. It supports automatic schema inference from transformation pipeline type annotations and provides full data lineage tracing, tagging every output record wi

    Rustagentic-data-frameworkaiai-agents
    Ver en GitHub↗6,117
  • tencent/weknoraAvatar de Tencent

    Tencent/WeKnora

    16,974Ver en GitHub↗

    WeKnora is a multi-tenant retrieval-augmented generation (RAG) knowledge platform and autonomous AI agent framework. It transforms raw documents into queryable knowledge bases and integrates large language models with vector databases to provide grounded AI responses. The system also functions as a Model Context Protocol (MCP) tool server, exposing knowledge search and agentic capabilities to external AI clients. The platform distinguishes itself through an autonomous agent framework that utilizes iterative reasoning, tool calling, and web search to solve multi-step tasks. It implements a sta

    Goagentagenticai
    Ver en GitHub↗16,974
Ver las 30 alternativas a Hyper Extract→

Preguntas frecuentes

¿Qué hace yifanfeng97/hyper-extract?

Hyper-Extract is a framework designed for automated knowledge extraction, graph construction, and retrieval-augmented generation. It functions as a command-line tool that transforms unstructured text into structured knowledge graphs and hypergraphs, enabling users to build interconnected, searchable, and machine-readable data repositories from their documents.

¿Cuáles son las características principales de yifanfeng97/hyper-extract?

Las características principales de yifanfeng97/hyper-extract son: Language Model Integrations, Knowledge-Grounded Question Answering, Retrieval Augmented Generation, Retrieval Augmented Generation Engines, Personal Knowledge Bases, Knowledge Graph Extractions, Knowledge Graphs, Knowledge Graph Construction Tools.

¿Qué alternativas de código abierto existen para yifanfeng97/hyper-extract?

Las alternativas de código abierto para yifanfeng97/hyper-extract incluyen: neo4j-labs/llm-graph-builder — llm-graph-builder is a tool for transforming unstructured data into structured Neo4j graph databases using large… cocoindex-io/cocoindex — Cocoindex is an incremental data processing engine that builds and maintains live indexes for AI agents, with a core… qq547276542/agriculture_knowledgegraph — Agriculture Knowledge Graph is a structured triple-store system and decision support platform designed to transform… tencent/weknora — WeKnora is a multi-tenant retrieval-augmented generation (RAG) knowledge platform and autonomous AI agent framework.… gusye1234/nano-graphrag — nano-graphrag is a retrieval system that uses knowledge graphs to provide structured context for large language model… 1517005260/graph-rag-agent — This project is a comprehensive framework for constructing, managing, and evaluating knowledge graphs through…