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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • lancedb/lancedbAvatar lancedb

    lancedb/lancedb

    9,031Vezi pe 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
    Vezi pe GitHub↗9,031
  • tagstudiodev/tagstudioAvatar TagStudioDev

    TagStudioDev/TagStudio

    6,766Vezi pe 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
    Vezi pe GitHub↗6,766
  • alibaba/zvecAvatar alibaba

    alibaba/zvec

    5,198Vezi pe 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
    Vezi pe GitHub↗5,198
  1. Home
  2. Data & Databases
  3. Search Indexing
  4. Automatic Background Indexing

Explorează sub-etichetele

  • 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.