awesome-repositories.com
Blog
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
·
L

lance-format/lance

0
View on GitHub↗
6,699 estrellas·729 forks·Rust·Apache-2.0·4 vistas

Lance

Lance is a columnar data format and storage layer designed for high-performance random access and the persistence of multimodal data. It functions as a vector database storage system, a multimodal data store, and a versioned dataset manager.

The project distinguishes itself as a hybrid search engine that combines vector similarity search and full-text indexing on a single dataset. It provides unified storage for diverse data types including images, audio, and video, utilizing a system that lazy-loads large binary objects only when requested.

The system manages dataset evolution through schema evolution capabilities, allowing for the addition of new columns without rewriting entire tables. It tracks data state changes using transactions, branches, and tags to maintain consistent historical snapshots.

Additional capabilities include high-speed random record retrieval, secondary index mapping for rapid access, and a transaction-based write-ahead log to ensure data consistency.

Features

  • Multimodal Data Storage - Provides a unified format for saving and organizing images, videos, audio, and text.
  • Dataset Versioning Systems - Tracks changes to large datasets using transactions and branches to maintain a complete history.
  • Columnar Storage Engines - Implements a columnar storage layout to accelerate analytical scans and reduce disk I/O.
  • Schema Evolution - Allows updating data schemas by adding new columns with backfilled values without rewriting tables.
  • Hybrid Search Engines - Functions as an indexing system that integrates vector-based semantic retrieval with keyword-based search.
  • Hybrid Vector and Full-Text Search - Combines vector similarity search and full-text indexing on a single dataset for efficient retrieval.
  • Apache Arrow-Based Formats - Provides a storage standard based on Apache Arrow for high-performance random access.
  • Manifest-Based File Tracking - Uses immutable manifest files to map logical dataset versions to physical data files.
  • Vector Search Indexes - Implements specialized data structures for fast similarity searches within high-dimensional embedding spaces.
  • Vector Storage - Provides a persistent storage layer optimized for the retrieval and indexing of high-dimensional vectors.
  • Versioned Datasets - Tracks data state changes using transactions, tags, and branches to maintain a complete history.
  • Dynamic Schema Storage - Enables updating dataset columns and backfilling values without the need to rewrite the entire table.
  • High-Speed Random Record Retrieval - Enables high-speed retrieval of specific records without impacting the performance of full table scans.
  • Lazy-Loading Blob Storage - Provides a system that lazy-loads large binary objects separately from metadata only when requested.
  • Random Access Data Retrieval - Enables high-speed retrieval of specific records without impacting the performance of full table scans.
  • Secondary Indexes - Maintains separate lookup tables mapping search keys to record locations for rapid random access.
  • Write-Ahead Logging - Ensures data consistency and atomicity via a transaction-based write-ahead log.
  • RAG and Data Pipelines - Multimodal data format for fast vector search and access.

Historial de estrellas

Gráfico del historial de estrellas de lance-format/lanceGráfico del historial de estrellas de lance-format/lance

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

Alternativas open-source a Lance

Proyectos open-source similares, clasificados según cuántas características comparten con Lance.
  • eto-ai/lanceAvatar de eto-ai

    eto-ai/lance

    6,671Ver en GitHub↗

    Lance is a versioned columnar data format and storage engine designed as a multimodal AI lakehouse. It serves as a vector database storage engine and a cloud object store dataset manager, organizing images, video, audio, and embeddings into a unified format optimized for machine learning workflows. The project distinguishes itself by combining a columnar layout for structured data with a specialized blob store for large multimodal tensors. It implements a hybrid search engine that integrates vector similarity search, full-text search, and SQL analytics on a single dataset, supported by a stor

    Rust
    Ver en GitHub↗6,671
  • lancedb/lancedbAvatar de lancedb

    lancedb/lancedb

    9,031Ver en 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

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    Ver en GitHub↗9,031
  • alibaba/zvecAvatar de alibaba

    alibaba/zvec

    5,198Ver en 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

    C++ann-searchembedded-databaserag
    Ver en GitHub↗5,198
  • infiniflow/infinityAvatar de infiniflow

    infiniflow/infinity

    4,570Ver en GitHub↗

    Infinity is a distributed vector database and multimodal vector store designed to manage large-scale datasets for retrieval and similarity search. It serves as a backend for large language model applications and retrieval augmented generation pipelines by storing and retrieving dense vectors, sparse vectors, and full-text data. The system functions as a hybrid search engine, combining vector embeddings and full-text search with reranking algorithms to identify the most relevant documents. It supports multimodal data storage, allowing the maintenance of diverse data types including tensors, st

    C++ai-nativeapproximate-nearest-neighbor-searchbm25
    Ver en GitHub↗4,570
Ver las 30 alternativas a Lance→

Preguntas frecuentes

¿Qué hace lance-format/lance?

Lance is a columnar data format and storage layer designed for high-performance random access and the persistence of multimodal data. It functions as a vector database storage system, a multimodal data store, and a versioned dataset manager.

¿Cuáles son las características principales de lance-format/lance?

Las características principales de lance-format/lance son: Multimodal Data Storage, Dataset Versioning Systems, Columnar Storage Engines, Schema Evolution, Hybrid Search Engines, Hybrid Vector and Full-Text Search, Apache Arrow-Based Formats, Manifest-Based File Tracking.

¿Qué alternativas de código abierto existen para lance-format/lance?

Las alternativas de código abierto para lance-format/lance incluyen: eto-ai/lance — Lance is a versioned columnar data format and storage engine designed as a multimodal AI lakehouse. It serves as a… lancedb/lancedb — LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector… alibaba/zvec — zvec is an embedded vector database engine and indexing library designed for high-dimensional similarity search. It… infiniflow/infinity — Infinity is a distributed vector database and multimodal vector store designed to manage large-scale datasets for… qdrant/qdrant — Qdrant is a high-performance vector similarity database designed to store, index, and search high-dimensional vectors… apache/pinot — Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It…