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 RepositoriesRandom Rotation Compression

Vector space transformations using orthogonal matrices to distribute variance before quantization.

Distinct from Random Sketching: This is a specific dimensionality-preservation technique for quantization, not a general random number library or sampling method

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

Awesome Random Rotation Compression 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.
  • ryancodrai/turbovecAvatar de RyanCodrai

    RyanCodrai/turbovec

    11,738Voir sur GitHub↗

    TurboVec is a high-performance Rust vector database and quantized search index designed for storing and retrieving high-dimensional embeddings. It functions as a pluggable vector store for large language model orchestration frameworks, providing a memory-efficient alternative to standard in-memory storage. The project distinguishes itself through a high-dimensional vector compressor that utilizes random rotation and data-oblivious scalar quantization to reduce memory footprints. Retrieval is accelerated via SIMD kernels that process distance calculations and search operations for increased th

    Uses random orthogonal matrices to distribute variance and improve the accuracy of quantized vector searches.

    Pythonannavx512embedding
    Voir sur GitHub↗11,738
  1. Home
  2. Data & Databases
  3. Random Rotation Compression