TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

GPU-Accelerated Indexing in LanceDB

19 点作者 yurisagalov超过 1 年前

3 条评论

gardnr超过 1 年前
If you are just getting into this tech, like me, then this article leads down the rabbit hole of different index types supported in different vector stores. Most easy-to-use vector stores only use HNSW indices, which is &quot;good enough&quot;.<p>A few offer different types of indices. Milvus[1] and FAISS[2] are a couple that support IVF indices. It&#x27;s great to see another lightweight tool that does this with GPU acceleration.<p>1. <a href="https:&#x2F;&#x2F;objectbox.io&#x2F;vector-database&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;objectbox.io&#x2F;vector-database&#x2F;</a><p>2. <a href="https:&#x2F;&#x2F;www.pinecone.io&#x2F;learn&#x2F;series&#x2F;faiss&#x2F;vector-indexes&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.pinecone.io&#x2F;learn&#x2F;series&#x2F;faiss&#x2F;vector-indexes&#x2F;</a>
评论 #38126749 未加载
esafak超过 1 年前
They do predicate pushdown for filtering too. Noice! <a href="https:&#x2F;&#x2F;lancedb.github.io&#x2F;lance&#x2F;read_and_write.html#filter-push-down" rel="nofollow noreferrer">https:&#x2F;&#x2F;lancedb.github.io&#x2F;lance&#x2F;read_and_write.html#filter-p...</a>
schneehertz超过 1 年前
LanceDB is one of the few options for embeddable vector databases, and I have used it in my Electron application. If they could choose a less confusing npm package name than &quot;vectordb,&quot; maybe I would be more forgiving towards them. Moreover, the documentation for LanceDB is also poorly written.