awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

1 Repo

Awesome GitHub RepositoriesQuantization

Techniques for reducing the precision of vector elements to decrease memory and storage requirements.

Distinct from Vector Indexing: Distinct from Vector Indexing: focuses specifically on the compression of the vector data elements themselves rather than the index structure.

Explore 1 awesome GitHub repository matching data & databases · Quantization. Refine with filters or upvote what's useful.

Awesome Quantization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • asg017/sqlite-vecAvatar von asg017

    asg017/sqlite-vec

    6,961Auf GitHub ansehen↗

    sqlite-vec is a C-based vector library and SQLite extension that adds virtual tables for storing and querying high-dimensional embeddings. It functions as a database plugin for performing nearest neighbor searches using distance metrics such as L2, cosine, and Hamming distance. The project provides a portable embedding store that supports deployment across Android, iOS, desktop environments, and web browsers via WebAssembly. It distinguishes itself by converting numerical arrays into compact binary formats and utilizing quantization to reduce the memory footprint and storage size of vector in

    The vector search extension compresses floating point elements into smaller data types to lower the memory footprint of vector indexes.

    Csqlitesqlite-extension
    Auf GitHub ansehen↗6,961
  1. Home
  2. Data & Databases
  3. Vector Indexing
  4. Quantization