TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pinecone integrates AI inferencing with vector database

24 pointsby jimminyx6 months ago

5 comments

tejaskumar_6 months ago
This title was a little misleading to me IMO because (maybe my skill issue) I associated &quot;inferencing&quot; with &quot;generation&quot;.<p>After reading the article, it seems Pinecone just now supports in-DB vectorization, a feature that is shared by:<p>- DataStax Astra DB: <a href="https:&#x2F;&#x2F;www.datastax.com&#x2F;blog&#x2F;simplifying-vector-embedding-generation-with-astra-vectorize" rel="nofollow">https:&#x2F;&#x2F;www.datastax.com&#x2F;blog&#x2F;simplifying-vector-embedding-g...</a> (since May 2024)<p>- Weaviate: <a href="https:&#x2F;&#x2F;weaviate.io&#x2F;blog&#x2F;introducing-weaviate-embeddings" rel="nofollow">https:&#x2F;&#x2F;weaviate.io&#x2F;blog&#x2F;introducing-weaviate-embeddings</a> (as of yesterday)
评论 #42316005 未加载
评论 #42315863 未加载
bobismyuncle6 months ago
This post has some more technical info: <a href="https:&#x2F;&#x2F;www.pinecone.io&#x2F;blog&#x2F;integrated-inference&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pinecone.io&#x2F;blog&#x2F;integrated-inference&#x2F;</a><p>Makes a lot of sense to me to combine embedding, retrieval and reranking — I can imagine this being a way that they can differentiate themselves from the popular databases that have added support for vector search
kingkongjaffa6 months ago
Can someone please explain how this works?<p>I assumed that a specific flavour of LLM was needed, an “embedding model” to generate the vectors. Is this announcement that pinecone is adding their own?<p>Is it better or worse than the models here: <a href="https:&#x2F;&#x2F;ollama.com&#x2F;search?c=embedding">https:&#x2F;&#x2F;ollama.com&#x2F;search?c=embedding</a> For example?
评论 #42317220 未加载
评论 #42316454 未加载
tech2trees6 months ago
Nothing new, Marqo has been doing this for a while now with their all in one platform to train, embed, retrieve, and evaluate.<p>I&#x27;ve played around with Weaviate &amp; Astra DB but Marqo is the best and easiest solution imo.
dmezzetti6 months ago
txtai (<a href="https:&#x2F;&#x2F;github.com&#x2F;neuml&#x2F;txtai">https:&#x2F;&#x2F;github.com&#x2F;neuml&#x2F;txtai</a>) has had inline vectorization since 2020. It supports Transformers, llama.cpp and LLM API services. It also has inline integration with LLM models and a built-in RAG pipeline.