awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesElement Iterators

Tools for expanding high-dimensional vectors into individual scalar components for detailed analysis.

Distinct from Vector Search: Distinct from Vector Search: focuses on the decomposition of a vector into rows rather than the similarity search of the vector as a whole.

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

Awesome Element Iterators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • asg017/sqlite-vecAvatar de asg017

    asg017/sqlite-vec

    6,961Voir sur GitHub↗

    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 expands a single vector into a table of individual rows for element-level analysis.

    Csqlitesqlite-extension
    Voir sur GitHub↗6,961
  1. Home
  2. Data & Databases
  3. Vector Search
  4. Element Iterators