<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Turbovec on Text Matrix</title><link>https://txtmix.com/tags/turbovec/</link><description>Recent content in Turbovec on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 21 Jul 2026 20:06:14 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/turbovec/index.xml" rel="self" type="application/rss+xml"/><item><title>turbovec 深度拆解：基于 Google TurboQuant 的 Rust 量化向量索引，10× 内存压缩、SIMD 跑赢 FAISS</title><link>https://txtmix.com/posts/tech/turbovec-turboquant-vector-index-rust-guide/</link><pubDate>Tue, 16 Jun 2026 14:59:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/turbovec-turboquant-vector-index-rust-guide/</guid><description>&lt;h1 id="turbovec-深度拆解基于-google-turboquant-的-rust-量化向量索引10-内存压缩simd-跑赢-faiss">turbovec 深度拆解：基于 Google TurboQuant 的 Rust 量化向量索引，10× 内存压缩、SIMD 跑赢 FAISS&lt;/h1>
&lt;p>&lt;strong>判断&lt;/strong>：turbovec 不是&amp;quot;又一个 FAISS wrapper&amp;quot;，也不是&amp;quot;为了写 Rust 写的 Rust 玩具&amp;quot;。它精确卡在两个空白里：① 现有 HNSW / IVF-PQ 都需要&lt;strong>先训练再索引&lt;/strong>（对持续增长的 corpus 是大坑）；② 主流 PQ 库在低 bit（2-4 bit）下的 recall 衰减严重。Google Research 的 TurboQuant（arXiv 2504.19874，ICLR 2026）用&amp;quot;旋转到已知分布&amp;quot;的思路绕过了训练，turbovec 把它工程化、SIMD 化、并接上 4 个主流 RAG 框架。&lt;strong>3 个月（2026-03-26 创建）斩获 11,691 stars、1,017 forks&lt;/strong>，这个曲线意味着&amp;quot;RAG 本地化 + 内存效率&amp;quot;的空位确实存在，而且作者踩得很准。&lt;/p></description></item><item><title>turbovec 深度解析：基于 Google TurboQuant 的 Rust 向量索引，10M 文档从 31 GB 砍到 4 GB，比 FAISS 还快</title><link>https://txtmix.com/posts/tech/turbovec-turboquant-rust-vector-index-guide/</link><pubDate>Mon, 08 Jun 2026 10:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/turbovec-turboquant-rust-vector-index-guide/</guid><description>&lt;h1 id="turbovec-深度解析基于-google-turboquant-的-rust-向量索引10m-文档从-31-gb-砍到-4-gb比-faiss-还快">turbovec 深度解析：基于 Google TurboQuant 的 Rust 向量索引，10M 文档从 31 GB 砍到 4 GB，比 FAISS 还快&lt;/h1>
&lt;hr>
&lt;h2 id="一turbovec-是什么">一、turbovec 是什么&lt;/h2>
&lt;p>&lt;code>turbovec&lt;/code>（GitHub: &amp;lt;�PROTECTED_14�&amp;gt;）是 Ryan Codrai 在 2026-03 开源的一个&lt;strong>面向 Python 用户的 Rust 写成的向量索引库&lt;/strong>，底层算法是 Google Research 2026-04 公开的 &lt;strong>TurboQuant&lt;/strong>（arXiv:2504.19874）。&lt;/p></description></item></channel></rss>