awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesBatch Vector Queries

Techniques for processing multiple vector search queries simultaneously to maximize throughput.

Distinct from Vector Search: Distinct from Vector Search: focuses on the bulk processing of multiple queries as tensors rather than single-query retrieval.

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

Awesome Batch Vector Queries GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • unum-cloud/usearchunum-cloud 的头像

    unum-cloud/USearch

    3,888在 GitHub 上查看↗

    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

    Enables simultaneous querying of multiple vectors using tensors to increase throughput for bulk workloads.

    C++approximate-nearest-neighbor-searchclusteringdatabase
    在 GitHub 上查看↗3,888
  1. Home
  2. Data & Databases
  3. Vector Search
  4. Batch Vector Queries