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

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

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

18 个仓库

Awesome GitHub RepositoriesIncremental Updates

Mechanisms for updating knowledge structures dynamically without full re-indexing.

Distinguishing note: Focuses on the update lifecycle of graph-based knowledge bases.

Explore 18 awesome GitHub repositories matching artificial intelligence & ml · Incremental Updates. Refine with filters or upvote what's useful.

Awesome Incremental Updates GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hkuds/lightragHKUDS 的头像

    HKUDS/LightRAG

    36,651在 GitHub 上查看↗

    LightRAG is a graph-based retrieval framework designed to build retrieval-augmented generation pipelines. It structures unstructured text into knowledge graphs, enabling multi-hop reasoning and complex query synthesis across large document collections. By integrating dense vector embeddings with structured knowledge graphs, the system facilitates both similarity-based and relationship-aware information retrieval. The framework distinguishes itself through a dual-level retrieval strategy that combines low-level keyword matching with high-level semantic graph traversal to capture both specific

    Modifies underlying knowledge structures dynamically as new data arrives without requiring full re-indexing.

    Pythongenaigptgpt-4
    在 GitHub 上查看↗36,651
  • getzep/graphitigetzep 的头像

    getzep/graphiti

    22,936在 GitHub 上查看↗

    Graphiti is a backend framework and memory server designed to provide artificial intelligence agents with persistent, time-aware knowledge graph storage. It functions as a memory layer that enables agents to maintain context across long-term interactions by recording and evolving structured data over time. The system distinguishes itself through a specialized temporal graph database that tracks how entities and relationships change using validity windows. By combining semantic vector similarity, keyword matching, and graph topology traversal, the engine performs hybrid retrieval to locate rel

    Maintains knowledge bases through real-time incremental updates to avoid batch recomputation overhead.

    Pythonagentsgraphllms
    在 GitHub 上查看↗22,936
  • tirth8205/code-review-graphtirth8205 的头像

    tirth8205/code-review-graph

    18,822在 GitHub 上查看↗

    This project is a static code analysis tool and local-first code indexer that builds a persistent dependency graph of functions, classes, and imports. It functions as an AI context optimizer and codebase dependency graph, designed to reduce token usage by providing AI assistants with only the most relevant code fragments and impact analysis for a given change. The system implements a Model Context Protocol server that exposes code intelligence and architectural graph queries to external AI coding tools. It distinguishes itself by computing the change blast radius and risk scores of modificati

    Uses checksums to incrementally update the structural map, re-parsing only modified entities.

    Pythonai-codingclaudeclaude-code
    在 GitHub 上查看↗18,822
  • rasbt/python-machine-learning-bookrasbt 的头像

    rasbt/python-machine-learning-book

    12,614在 GitHub 上查看↗

    This project is an educational resource providing practical code examples and implementations of machine learning algorithms using the Python language. It serves as a guide for constructing predictive pipelines, clustering models, and dimensionality reduction within the Scikit-Learn ecosystem. The repository includes comprehensive demonstrations for supervised and unsupervised learning, as well as detailed examples for implementing neural networks and deep architectures. It also provides practical guidance on exporting model parameters to JSON and wrapping trained models in web APIs for produ

    Implements online learning techniques that update model weights incrementally using mini-batches of data.

    Jupyter Notebook
    在 GitHub 上查看↗12,614
  • lyhue1991/eat_tensorflow2_in_30_dayslyhue1991 的头像

    lyhue1991/eat_tensorflow2_in_30_days

    9,933在 GitHub 上查看↗

    This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow. It provides a comprehensive guide for building, training, and deploying neural networks, combining theoretical fundamentals with practical implementation examples. The repository distinguishes itself by covering the end-to-end machine learning workflow, from low-level tensor mathematics and linear algebra to the creation of complex model architectures. It includes specific guidance on developing data pipelines for diverse data types, such as images, text, and time-series seque

    Implements gradient-based optimization to update model weights and parameters iteratively.

    Pythontensorflowtensorflow-examplestensorflow-tutorial
    在 GitHub 上查看↗9,933
  • lmcinnes/umaplmcinnes 的头像

    lmcinnes/umap

    8,215在 GitHub 上查看↗

    This project is a manifold learning and non-linear dimensionality reduction library used to project high-dimensional data into lower-dimensional spaces while preserving topological structure. It functions as a parametric embedding framework and a topological data visualization library for identifying clusters and patterns within complex datasets. The library distinguishes itself through parametric neural mapping, which uses neural networks to learn functional mappings that allow for out-of-sample projections and the reconstruction of original data. It supports supervised and semi-supervised d

    Integrates new data into existing projections by anchoring the mapping to shared landmark points between data slices.

    Pythondimensionality-reductionmachine-learningtopological-data-analysis
    在 GitHub 上查看↗8,215
  • alibaba/atlasalibaba 的头像

    alibaba/atlas

    8,149在 GitHub 上查看↗

    Atlas is a modularization system and dynamic component framework for Android. It functions as a class isolation layer and incremental update engine, allowing application logic and resources to be decoupled into independent bundles that are loaded at runtime. The project distinguishes itself by providing physical bundle isolation through custom class loaders to prevent dependency conflicts and bypass method count limits. It enables the deployment of remote components and incremental patches, using bytecode diffs and resource patching to update specific application parts without requiring a ful

    Delivers rapid updates and hotfixes to specific application components without requiring a full installation.

    Javaandroidatlasdynamic
    在 GitHub 上查看↗8,149
  • maartengr/bertopicMaartenGr 的头像

    MaartenGr/BERTopic

    7,403在 GitHub 上查看↗

    BERTopic is a topic modeling library used to extract interpretable themes from collections of text documents and images. It functions as a document clustering framework that transforms unstructured data into numerical vectors to group semantically similar content. The project distinguishes itself through a multimodal embedding tool that allows for joint clustering of text and images in a shared vector space. It also features a class-based TF-IDF representation engine to identify representative words for clusters and an integrated system for using large language models to generate natural lang

    Learns from mini-batches of data to update topics without retraining the entire dataset.

    Pythonbertldavismachine-learning
    在 GitHub 上查看↗7,403
  • online-ml/riveronline-ml 的头像

    online-ml/river

    5,853在 GitHub 上查看↗

    River 是一个用于在线机器学习的 Python 框架,旨在对流式数据进行模型训练和评估。它通过一次处理一个观测值来更新模型参数,从而实现增量学习,无需在内存中存储完整的训练数据集。 该库通过专门的概念漂移(Concept Drift)检测系统脱颖而出,该系统监控数据分布的变化以触发模型自适应。它还提供了一个渐进式验证框架,通过在训练前对样本进行测试来模拟实时部署。 该系统涵盖了广泛的流式处理功能,包括实时特征工程、时间序列预测和在线异常检测。它支持通过增量聚类和决策树进行无监督学习,以及用于模型选择的集成聚合和 Bandit 策略。 该项目包括从 CSV 文件和 API 等来源进行流式数据摄取的实用程序,以及用于计算运行统计信息和内存高效数据草图(Data Sketches)的工具。

    Updates model weights one observation at a time to enable learning without storing full datasets in memory.

    Python
    在 GitHub 上查看↗5,853
  • pbek/qownnotespbek 的头像

    pbek/QOwnNotes

    5,792在 GitHub 上查看↗

    QOwnNotes is a desktop note editor that stores each note as a plain-text Markdown file on the local filesystem, avoiding proprietary formats and enabling direct file access. It functions as a Nextcloud Notes client, syncing notes and metadata with Nextcloud or ownCloud servers through a companion API service for versioning and sharing. The application also integrates with AI providers and exposes a local MCP server for external agents to search and fetch notes, and includes a companion browser extension for capturing web content, bookmarks, and screenshots. The editor distinguishes itself thr

    Sends only the changed parts of a document to the language server instead of the full file for faster communication.

    C++
    在 GitHub 上查看↗5,792
  • awslabs/gluontsawslabs 的头像

    awslabs/gluonts

    5,199在 GitHub 上查看↗

    GluonTS 是一个概率时间序列库和深度学习预测框架。它提供了一套工具包,用于构建、训练和评估神经网络架构,通过将未来值预测为概率分布来量化不确定性。 该项目的独特之处在于支持零样本(zero-shot)预测,并集成了多种建模方法,包括深度概率神经网络以及对 Prophet 和 R forecast 等外部统计库的封装。它实现了因果卷积和可逆残差网络等专门的架构原语,以防止信息泄露并将潜在表示映射为有效的概率分布。 该框架涵盖了全面的数据工程功能,包括时间序列缩放、双射变换和分层建模。它利用 Apache Arrow 和 Parquet 进行高性能数据集流式传输和随机访问管理。在模型评估方面,它包含一套评估套件,使用分位数损失(quantile loss)和连续排名概率分数(CRPS)等指标来衡量预测准确性和概率覆盖率。 该库支持通过集成 Amazon SageMaker 进行模型部署。

    Enables refining existing predictors by updating model weights with new data without restarting the training process.

    Pythonartificial-intelligenceawsdata-science
    在 GitHub 上查看↗5,199
  • awslabs/gluon-tsawslabs 的头像

    awslabs/gluon-ts

    5,200在 GitHub 上查看↗

    GluonTS is a framework for probabilistic time series forecasting, designed to predict future values as probability distributions with confidence intervals. It supports both traditional model training and zero-shot forecasting, where pretrained models generate predictions for new series without additional training. The project distinguishes itself by integrating a wide variety of forecasting approaches into a unified workflow. This includes deep learning architectures such as recurrent neural networks and causal convolutions, as well as the integration of external statistical models, the Proph

    Provides capabilities to update model weights using mini-batches of new data to refine predictions.

    Python
    在 GitHub 上查看↗5,200
  • meituan-dianping/robustMeituan-Dianping 的头像

    Meituan-Dianping/Robust

    4,455在 GitHub 上查看↗

    Robust 是一个 Android 热修复框架和运行时应用程序更新器,旨在修补生产环境中的错误。它作为一个字节码修补器和动态代码注入工具,允许在不进行完整应用更新或设备重启的情况下修改应用程序逻辑。 该项目通过将新类和方法注入现有构建并修改现有方法的实现,实现了 Android 缺陷的修复。它利用工具链生成二进制补丁文件,从而动态更新应用程序行为并引入变通方法。 该系统通过字节码重定向、类加载器隔离和运行时方法表修补来实现这些更新。它还结合了基于反射的 Hook 和动态字节码注入,以重定向运行中虚拟机内的执行流。

    Delivers rapid binary hotfixes to specific application components to resolve bugs without requiring full app updates.

    Javaandroiddynamicgradle
    在 GitHub 上查看↗4,455
  • alibaba/x-deeplearningalibaba 的头像

    alibaba/x-deeplearning

    4,301在 GitHub 上查看↗

    This project is a distributed machine learning platform and sparse deep learning framework designed for training and serving models with high-dimensional sparse data. It functions as an online model serving infrastructure and recommendation system engine, enabling real-time item retrieval and scoring using deep tree matching and neural networks. The system distinguishes itself through a multi-task learning framework that optimizes multiple objective functions within a shared representation space. It features a specialized online serving infrastructure that supports dynamic model hot-loading a

    Updates active indices and model versions in memory without service restarts via a continuous streaming pipeline.

    PureBasic
    在 GitHub 上查看↗4,301
  • memgraph/memgraphmemgraph 的头像

    memgraph/memgraph

    4,163在 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

    The product updates node importance in streaming scenarios based on local changes instead of full recalculations.

    C++cyphergraphgraph-algorithms
    在 GitHub 上查看↗4,163
  • maskray/cclsMaskRay 的头像

    MaskRay/ccls

    4,065在 GitHub 上查看↗

    ccls 是一个为 C 和 C++ 项目提供代码补全、导航和语义分析的语言服务器。它专注于 C 家族代码库的索引和导航,使用户能够在文本编辑器中追踪函数调用和类层次结构。 该项目专为大规模项目索引而设计,采用并行源码扫描来处理海量源码树。它维护一个支持增量更新的全局符号索引,确保交叉引用和符号查找在文件保存到磁盘时保持最新。 该服务器涵盖了一系列静态代码分析工作流,包括语义高亮和悬停诊断。它提供了导航代码引用、管理符号层次结构以及执行工作区范围内符号重命名等重构任务的功能。

    Refreshes only modified portions of the symbol index when files are saved to ensure real-time accuracy.

    C++
    在 GitHub 上查看↗4,065
  • artempyanykh/marksmanartempyanykh 的头像

    artempyanykh/marksman

    3,014在 GitHub 上查看↗

    Marksman is a Language Server Protocol implementation for Markdown that provides advanced editor features including autocomplete, go-to-definition, and hover support for markdown files. It serves as an analysis engine to manage documentation and knowledge bases through automated link validation and consistent cross-referencing across multiple documents. The project enables the navigation of complex networks of wiki-style links and headings. It supports content refactoring, allowing users to rename headings and update internal references across multiple files to maintain document integrity dur

    Modifies only the changed branches of the syntax tree to maintain performance during active document editing.

    F#emacslanguage-serverlanguage-server-protocol
    在 GitHub 上查看↗3,014
  • 1517005260/graph-rag-agent1517005260 的头像

    1517005260/graph-rag-agent

    2,240在 GitHub 上查看↗

    This project is a comprehensive framework for constructing, managing, and evaluating knowledge graphs through multi-agent reasoning and deep search capabilities. It provides an end-to-end pipeline that ingests multi-format documents, extracts entities and relationships based on configurable schemas, and maintains structured knowledge bases to support evidence-based retrieval. The system distinguishes itself through its multi-agent orchestration, which decomposes complex queries into parallel research steps and synthesizes long-form reports. It leverages advanced graph-based techniques, includ

    Updates graph-based knowledge structures dynamically without requiring full re-indexing when source documents change.

    Pythonagentic-ragchain-of-explorationdeepresearch
    在 GitHub 上查看↗2,240
  1. Home
  2. Artificial Intelligence & ML
  3. Incremental Updates

探索子标签

  • Application Component HotfixesRapid delivery of binary updates to specific application components to resolve bugs without full installation. **Distinct from Incremental Updates:** Focuses on rapid application binary hotfixes rather than knowledge base or model updates.
  • Incremental AST UpdatesMechanisms for updating specific branches of a syntax tree without re-parsing the entire document. **Distinct from Incremental Updates:** Focuses on the structural update of the AST specifically, rather than general knowledge base re-indexing.
  • Incremental Document UpdatesUpdating only modified portions of a document's internal representation to maintain editing performance. **Distinct from Incremental Updates:** Focuses on the internal document representation update rather than knowledge graph re-indexing.
  • Incremental Model Updating2 个子标签Updating model weights or cluster centroids using mini-batches of data. **Distinct from Incremental Updates:** Distinct from Incremental Updates: specifically focuses on the iterative update of ML model parameters/centroids.
  • Streaming Centrality UpdatesUpdating graph centrality metrics incrementally as new edges arrive in a real-time stream. **Distinct from Incremental Updates:** Specific to updating centrality scores (like PageRank) in streaming data, whereas Incremental Updates is a broader category for any knowledge structure.
  • Symbol Index UpdatesMechanisms for incrementally refreshing symbol databases without full project re-indexing. **Distinct from Incremental Updates:** Distinct from general knowledge base updates by focusing specifically on source code symbol indices