awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesVector Index Compression

Techniques for converting high-precision vectors into compact forms to reduce memory footprint and latency.

Distinct from Vector Indexing: Specifically addresses the compression of vectors for memory efficiency, whereas the parent is general indexing management.

Explore 4 awesome GitHub repositories matching data & databases · Vector Index Compression. Refine with filters or upvote what's useful.

Awesome Vector Index Compression GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebookresearch/parlaiAvatar von facebookresearch

    facebookresearch/ParlAI

    10,625Auf GitHub ansehen↗

    ParlAI is a conversational AI research framework designed for training, evaluating, and sharing dialogue models using a unified interface for datasets and agents. It functions as a PyTorch-based training platform and a dialogue data collection system, providing a centralized model zoo for the distribution of versioned pretrained agents. The project distinguishes itself through a knowledge-grounded retrieval system that combines dense and sparse indexing to ground responses in external information. It also provides a comprehensive infrastructure for gathering human-AI interaction data via inte

    Utilizes compressed embeddings within FAISS indices to optimize memory usage and speed up passage retrieval.

    Python
    Auf GitHub ansehen↗10,625
  • alibaba/zvecAvatar von alibaba

    alibaba/zvec

    5,198Auf GitHub ansehen↗

    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

    Converts high-precision vectors into compact forms to reduce memory usage and lower query latency.

    C++ann-searchembedded-databaserag
    Auf GitHub ansehen↗5,198
  • answerdotai/ragatouilleAvatar von AnswerDotAI

    AnswerDotAI/RAGatouille

    3,937Auf GitHub ansehen↗

    RAGatouille ist ein Retrieval-Framework und eine Suchmaschine zur Implementierung und zum Training von Late-Interaction-Retrieval-Modellen. Es dient als modulare Retrieval-Komponente für generative KI-Pipelines und konzentriert sich auf hochperformantes Dokument-Ranking zur Verbesserung der Suchgenauigkeit. Das Projekt bietet ein Toolkit zum Training und Fine-Tuning von Retrieval-Modellen unter Verwendung von Paaren und Tripletts, inklusive automatischem Hard-Negative-Mining für die Domänenanpassung. Es implementiert einen Late-Interaction-Mechanismus, der Retrieval-Geschwindigkeit und Präzision durch die Verwendung komprimierter Embeddings ausbalanciert. Das System deckt Dokument-Indizierungs- und Retrieval-Operationen ab und nutzt disk-basierten Vektorspeicher, um Datensätze zu verarbeiten, die den verfügbaren Arbeitsspeicher übersteigen. Es unterstützt zudem die Erstellung von RAG-Workflows (Retrieval Augmented Generation), indem Token-Level-Embeddings gemappt werden, um granulare semantische Informationen zu bewahren.

    Implements quantized vector storage to reduce memory footprint and latency during retrieval.

    Python
    Auf GitHub ansehen↗3,937
  • unum-cloud/usearchAvatar von unum-cloud

    unum-cloud/USearch

    3,888Auf GitHub ansehen↗

    USearch is a high-performance vector similarity search engine and approximate nearest neighbor index designed for dense embeddings. It functions as a low-level vector database core and high-dimensional vector indexer, providing the primitives necessary to store and retrieve vectors across massive datasets. The engine distinguishes itself through hardware-level SIMD acceleration for distance kernels and a proximity-graph indexing system that enables fast retrieval across billions of vectors. It supports multi-precision vector quantization to balance memory usage and accuracy, and utilizes memo

    Reduces memory footprint by storing vectors as half-precision floats, 8-bit integers, or packed binary formats.

    C++approximate-nearest-neighbor-searchclusteringdatabase
    Auf GitHub ansehen↗3,888
  1. Home
  2. Data & Databases
  3. Vector Indexing
  4. Vector Index Compression