PulseAugur
实时 11:46:52
English(EN) RACORN-1: Adaptive Recall-Preserving Speedup for Low-Selectivity Filtered Vector Search

新的RACORN-1算法提升过滤向量搜索性能

研究人员推出RACORN-1,这是ACORN-1算法的一个增强版本,旨在提高过滤向量搜索(FVS)的性能。FVS结合了向量相似性和元数据过滤,这对于RAG和检索系统至关重要。RACORN-1通过实现自适应搜索回退(ASF)和自适应精确回退(AEF)来解决ACORN-1在低选择性下的召回率崩溃问题。这些方法使该算法能够在显著降低延迟的同时保持高召回率,在各种数据集上均优于传统的HNSW方法。 AI

影响 提高了检索系统的效率,可能影响RAG性能和生产搜索。

排序理由 这是一篇详细介绍新向量搜索算法的研究论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.IR (Information Retrieval) 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新的RACORN-1算法提升过滤向量搜索性能

报道来源 [1]

  1. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Gyusik Choe ·

    RACORN-1:低选择性过滤向量搜索的自适应召回保持加速

    Filtered Vector Search (FVS), which combines vector embedding similarity with structured metadata predicates, has emerged as a core requirement in RAG and production retrieval systems. ACORN-1, the representative In-filtering algorithm that reuses an existing HNSW index, substant…