awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • hkuds/lightragالصورة الرمزية لـ HKUDS

    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/graphitiالصورة الرمزية لـ getzep

    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-graphالصورة الرمزية لـ tirth8205

    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-bookالصورة الرمزية لـ rasbt

    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_daysالصورة الرمزية لـ lyhue1991

    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/umapالصورة الرمزية لـ lmcinnes

    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/atlasالصورة الرمزية لـ alibaba

    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/bertopicالصورة الرمزية لـ MaartenGr

    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/riverالصورة الرمزية لـ online-ml

    online-ml/river

    5,853عرض على GitHub↗

    River هو إطار عمل Python للتعلم الآلي عبر الإنترنت، مصمم لتدريب وتقييم النماذج على بيانات البث. يتيح التعلم التزايدي عن طريق تحديث معلمات النموذج بملاحظة واحدة في كل مرة، مما يلغي الحاجة إلى تخزين مجموعات بيانات التدريب الكاملة في الذاكرة. تتميز المكتبة بنظام مخصص للكشف عن انحراف المفهوم (concept drift) الذي يراقب التغييرات في توزيعات البيانات لتحفيز تكيف النموذج. كما توفر إطار عمل للتحقق التدريجي يحاكي النشر في الوقت الفعلي عن طريق اختبار النماذج على عينات قبل استخدامها للتدريب. يغطي النظام مجموعة واسعة من إمكانات البث، بما في ذلك هندسة الميزات في الوقت الفعلي، والتنبؤ بالسلاسل الزمنية، واكتشاف الشذوذ عبر الإنترنت. ويدعم التعلم غير الخاضع للإشراف من خلال التجميع التزايدي وأشجار القرار، بالإضافة إلى تجميع النماذج وسياسات bandit لاختيار النموذج. يتضمن المشروع أدوات لاستيعاب بيانات البث من مصادر مثل ملفات CSV و APIs، بالإضافة إلى أدوات لحساب الإحصائيات الجارية ومخططات البيانات الموفرة للذاكرة.

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

    Python
    عرض على GitHub↗5,853
  • pbek/qownnotesالصورة الرمزية لـ pbek

    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/gluontsالصورة الرمزية لـ awslabs

    awslabs/gluonts

    5,199عرض على GitHub↗

    GluonTS هي مكتبة سلاسل زمنية احتمالية وإطار عمل للتنبؤ بالتعلم العميق. توفر مجموعة أدوات لبناء وتدريب وتقييم بنى الشبكات العصبية التي تتنبأ بالقيم المستقبلية كتوزيعات احتمالية لتحديد عدم اليقين. يتميز المشروع بدعم التنبؤ بدون تدريب مسبق (zero-shot) ودمج نهج نمذجة متنوعة، بما في ذلك الشبكات العصبية الاحتمالية العميقة وأغلفة للمكتبات الإحصائية الخارجية مثل Prophet و R forecast. ينفذ بدائيات معمارية متخصصة مثل الالتفافات السببية والشبكات المتبقية القابلة للعكس لمنع تسرب المعلومات وتعيين التمثيلات الكامنة في توزيعات احتمالية صالحة. يغطي إطار العمل سطح هندسة بيانات شاملاً، بما في ذلك توسيع السلاسل الزمنية، والتحويلات التقابلية، والنمذجة الهرمية. يستخدم Apache Arrow و Parquet لبث مجموعة البيانات عالي الأداء وإدارة الوصول العشوائي. لتقييم النموذج، يتضمن جناح تقييم لقياس دقة التنبؤ والتغطية الاحتمالية باستخدام مقاييس مثل خسارة الكمية ودرجات رتبة الاحتمال المستمرة. تدعم المكتبة نشر النموذج من خلال التكامل مع 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-tsالصورة الرمزية لـ awslabs

    awslabs/gluon-ts

    5,200عرض على GitHub↗

    GluonTS هو إطار عمل للتنبؤ بالسلاسل الزمنية الاحتمالية، مصمم للتنبؤ بالقيم المستقبلية كتوزيعات احتمالية مع فترات ثقة. يدعم كلاً من تدريب النموذج التقليدي والتنبؤ بدون تدريب مسبق (zero-shot)، حيث تولد النماذج المدربة مسبقاً تنبؤات لسلاسل جديدة دون تدريب إضافي. يتميز المشروع بدمج مجموعة واسعة من نهج التنبؤ في سير عمل موحد. يتضمن ذلك بنى التعلم العميق مثل الشبكات العصبية المتكررة والالتفافات السببية، بالإضافة إلى دمج النماذج الإحصائية الخارجية، ومكتبة Prophet، وحزم R. توفر مجموعة الأدوات سطحاً شاملاً لهندسة بيانات السلاسل الزمنية، وتغطي توسيع مجموعة البيانات، والتقسيم، وتحويل البيانات الزمنية الخام إلى موترات (tensors). كما تتضمن مجموعة من أدوات التقييم لقياس دقة التنبؤ وفترات عدم اليقين، بالإضافة إلى أدوات لاستمرارية مجموعة البيانات باستخدام تنسيقات مثل Arrow و Parquet. يدعم إطار العمل نشر نماذج التنبؤ داخل البنية التحتية السحابية.

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

    Python
    عرض على GitHub↗5,200
  • meituan-dianping/robustالصورة الرمزية لـ Meituan-Dianping

    Meituan-Dianping/Robust

    4,455عرض على GitHub↗

    Robust is an Android hotfix framework and runtime application updater designed for patching bugs in production environments. It functions as a bytecode patcher and dynamic code injection tool, allowing for the modification of application logic without requiring a full app update or device reboot. The project enables the remediation of Android defects by injecting new classes and methods into existing builds and modifying the implementations of existing methods. It utilizes a toolchain to generate binary patch files that update application behavior and introduce workarounds on the fly. The sy

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

    Javaandroiddynamicgradle
    عرض على GitHub↗4,455
  • alibaba/x-deeplearningالصورة الرمزية لـ alibaba

    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/memgraphالصورة الرمزية لـ memgraph

    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/cclsالصورة الرمزية لـ MaskRay

    MaskRay/ccls

    4,065عرض على GitHub↗

    ccls is a language server providing code completion, navigation, and semantic analysis for C and C++ projects. It focuses on the indexing and navigation of C-family codebases, enabling users to trace function calls and class hierarchies within a text editor. The project is designed for large scale project indexing, employing parallel source scanning to process massive source trees. It maintains a global symbol index that supports incremental updates as files are saved to disk, ensuring cross-references and symbol lookups remain current. The server covers a range of static code analysis workf

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

    C++
    عرض على GitHub↗4,065
  • artempyanykh/marksmanالصورة الرمزية لـ artempyanykh

    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-agentالصورة الرمزية لـ 1517005260

    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