惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
Last Week in AI
Last Week in AI
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
博客园 - Franky
IT之家
IT之家
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
The GitHub Blog
The GitHub Blog
雷峰网
雷峰网
腾讯CDC
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
博客园_首页
G
Google Developers Blog

Pinecone

Multi-domain RAG in n8n: why one knowledge base is not enough Allspice Transforms the Culinary Experience with Semantic Search Powered by Pinecone | Pinecone Building RAG workflows in n8n: choosing the right Pinecone node Knowledge needs a meta-knowledge layer Garbage Day: How Pinecone Safely Deletes Billions of Objects at Scale When "Performance" Means Two Different Things Pinecone BYOC: Pinecone in your AWS, GCP, or Azure account, no vendor access True, Relevant, and Wrong: The Applicability Problem in RAG Use the Pinecone Plugin for Claude Code to develop AI Applications Faster Millions at Stake: How Melange's High-Recall Retrieval Prevents Litigation Collapse Powering High-stakes Patent Search at Scale: How Melange Built a Reliable AI System on Pinecone | Pinecone Pinecone Assistant Node in n8n: Turn Any Data Source Into Knowledge RAG with Access Control Pinecone Dedicated Read Nodes are now in Public Preview Inside Pinecone: Slab Architecture New Bulk Data Operations: Update, Delete, and Fetch by Metadata The Hidden Cost of Building: Lessons from Aquant Simplifying Vector Embeddings with Pinecone Integrated Inference Capabilities Pinecone joins Microsoft Marketplace as a Launch Partner GTM Engineering: Clay + Pinecone for AI-powered Sales Outbound Build an AI knowledge assistant with Google Docs and Pinecone Moving Pinecone forward with Ash Ashutosh as CEO and Edo spearheading our growing AI ambitions as Chief Scientist Pinecone Founder Edo Liberty to Spearhead Pinecone’s Growing AI Ambitions; Appoints Ash Ashutosh as CEO to Expand Vector Database Market Leadership Fast, Accurate Retrieval for Creators at Scale: Delphi’s Path Toward a Million Conversational Agents with Pinecone | Pinecone Announcing Pinecone Pioneers: A Program for Builders, Organizers, and Community Leaders What is Context Engineering? Chunking Strategies for LLM Applications Beyond the hype: Why RAG remains essential for modern AI Obviant Makes 30% More Accurate Defense Acquisition Recommendations Combining Sparse and Dense Retrieval with Pinecone | Pinecone Build more knowledgeable AI applications with new LLMs and greater control in Pinecone Assistant
Pinecone Assistant: A Managed Knowledge Layer for Product...
Roie Schwaber-Cohen · 2026-04-02 · via Pinecone

Most teams building AI applications run into the same thing: getting a model to respond is easy. Getting it to respond accurately, consistently, and at scale on top of proprietary knowledge is the hard part.

That’s where the real work starts: document ingestion, chunking, embeddings, retrieval tuning, citations, orchestration, evaluation, and ongoing maintenance. A demo can hide that complexity for a while, but production can’t.

And once the first application works, the next request usually shows up right away: now do it again—for another customer, another team, another product line, or every end user.

That’s the problem Pinecone Assistant is built to solve.

Pinecone Assistant started as a fast way to build grounded chat on top of proprietary data. Over time, it’s grown into something broader: an end-to-end knowledge service for AI applications. Instead of assembling and maintaining your own retrieval stack, you upload data, query it through a simple interface, and let Assistant handle the operational work behind the scenes.

A knowledge system, not a pile of components

Most developers evaluating Pinecone don’t need another collection of loosely connected services for ingestion, retrieval, reranking, and generation. They need a system that can turn documents into usable knowledge, retrieve the right context at query time, and return grounded answers with citations.

That is what Pinecone Assistant provides as a managed service. It handles document processing, chunking, embeddings, retrieval, query planning, reranking, and answer generation behind one interface. It supports common document formats, including PDF, DOCX, TXT, JSON, and Markdown.

That changes where engineering time goes. Instead of spending months on retrieval plumbing, teams can spend time where it actually matters: product behavior, evaluation, user experience, etc.

Built for the way AI applications are actually deployed

The first assistant is rarely the hard part. Scale is.

A support platform may need one assistant per product line. A SaaS application may need one per tenant. An internal knowledge tool may need one per department. A consumer application may need one per user. In each case, knowledge has to stay isolated, relevant, and easy to manage without turning every new assistant into another infrastructure project.

That is where Assistant maturity matters. It is not just about answering questions from a document set. It is about making knowledge retrieval repeatable enough to deploy across many assistants and many use cases.

Pinecone Assistant’s multimodal context for PDFs is now generally available, so charts, diagrams, scanned pages, and other visual content can become part of the context available to the model. That matters for financial reports, technical manuals, research papers, and other document-heavy workflows where the answer often lives in a figure or table, not a paragraph.

Assistant also gives developers flexibility at the model layer. It supports OpenAI, Anthropic, and Google models, so teams can choose the model that fits their workflow and update that choice without rebuilding the surrounding retrieval system.

And teams can use Assistant in an environment that fits how they build. Developers who want direct control can use the API and SDK. Teams working in Claude Code can use the Pinecone plugin to create assistants, upload documents, query knowledge, and generate Pinecone-compatible code from the terminal. Teams building workflow automation can use the official n8n node. For custom agentic systems, the Context API returns structured snippets with scores and references, and Assistant also exposes an MCP server for agent integrations.

Scale without per-assistant costs

The most successful Assistant deployments don't stop at one assistant. They create many — one per tenant, per department, per product line, or per workflow — each with its own scope of knowledge.

That pattern should be easy to build toward, not something pricing discourages.

Starting today, we're moving Pinecone Assistant to a fully usage-based pricing model to more closely align with how much or how little you use it. This change removes the $0.05/hour fixed fee per assistant, allowing you to deploy as many assistants as your application needs for different users or teams without a base cost. This model will better support multi-tenant workloads as you scale Assistant usage across users and teams.

The new pricing model:

  • Assistant Fee: $0.00/hour (previously $0.05)
  • Ingestion: $0.0005/ingestion unit; $0.001/ingestion unit for multi-modal (400 tokens or ~300 words per ingestion unit)

Storage and token costs are unchanged:

  • Storage: $3/GB/mo
  • Input Tokens: $8/million
  • Output Tokens: $15/million
  • Context Processed Tokens: $5/million

From evaluation to production

The real test of an AI platform is not the first proof of concept. It is whether developers can take it into production — and then do it again, for every team, tenant, or product that needs it — without absorbing a long tail of retrieval work.

Pinecone Assistant is now much closer to that goal. It gives teams a managed knowledge layer that can power chat and agentic applications, work across multiple models, handle multimodal documents, and fit into code-first or workflow-first environments.

And Assistant continues to evolve. Coming soon: upsert functionality that lets you replace outdated files without manual cleanup, a Google Drive connector for syncing documents directly into Assistant without ingestion pipelines, and expanded file count limits to support larger knowledge bases.

For developers evaluating Pinecone, the question is no longer whether you can assemble the pieces yourself. The question is whether you want to spend your time maintaining knowledge infrastructure instead of building the product that sits on top of it.

Create an assistant, upload your data, and start building.