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

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

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

3 个仓库

Awesome GitHub RepositoriesAutomatic Background Indexing

Automatic triggering of index updates upon data ingestion to minimize latency.

Distinct from Index Versioning: Focuses on the automatic trigger mechanism upon ingestion, whereas versioning tracks revisions.

Explore 3 awesome GitHub repositories matching data & databases · Automatic Background Indexing. Refine with filters or upvote what's useful.

Awesome Automatic Background Indexing GitHub Repositories

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

    lancedb/lancedb

    9,031在 GitHub 上查看↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    Triggers index updates automatically as new data is added to minimize latency impact.

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    在 GitHub 上查看↗9,031
  • tagstudiodev/tagstudioTagStudioDev 的头像

    TagStudioDev/TagStudio

    6,766在 GitHub 上查看↗

    TagStudio is a database-driven digital asset manager designed to organize and categorize files without altering their physical location on disk. It utilizes a non-destructive metadata store to attach tags and custom fields to files via a separate database rather than modifying original file headers. The project is distinguished by a hierarchical tagging system that supports parent-child relationships and custom color palettes for visual organization. It includes a multi-format media previewer that generates thumbnails and playback for images, videos, audio, documents, and archives, as well as

    Automatically triggers index updates upon directory scanning to keep the local library synchronized with the filesystem.

    Pythondocument-management-systemfile-managermetadata
    在 GitHub 上查看↗6,766
  • alibaba/zvecalibaba 的头像

    alibaba/zvec

    5,198在 GitHub 上查看↗

    zvec is an embedded vector database engine and indexing library designed for high-dimensional similarity search. It functions as a hybrid search engine and a retrieval-augmented generation knowledge base, allowing for the storage and retrieval of dense and sparse vectors. The system is distinguished by its hybrid retrieval pipeline, which fuses vector similarity, full-text keyword matching, and scalar metadata filtering into single query operations. It supports a plugin-based model integration system for registering custom embedding models and rerankers, as well as language bindings for nativ

    Implements background buffering for vector index construction to maintain retrieval speed during updates.

    C++ann-searchembedded-databaserag
    在 GitHub 上查看↗5,198
  1. Home
  2. Data & Databases
  3. Search Indexing
  4. Automatic Background Indexing

探索子标签

  • Background Index BufferingBuffers vector index construction in the background to prevent blocking active retrieval operations. **Distinct from Automatic Background Indexing:** Focuses on the non-blocking buffering of the index build process, rather than just automatic triggering upon ingestion.