The headline takeaway from a survey of 101 enterprises: 57% have already watched an AI agent deliver a confident, wrong answer they traced back to missing or inconsistent business context — and more than half of those saw it happen more than once. This isn't classic hallucination. The model sounds authoritative because the retrieval feeding it was thin, stale, or contradictory. If you're deploying agents on internal data, assume this failure mode is already live in your stack.

Retrieval is now the default way enterprises give agents context. For 38% of organizations, RAG over documents or a vector index is the primary source of business understanding — nearly double the next option, a governed semantic layer (21%). Fine-tuning has effectively dropped out of the conversation; context gets injected at run time, not baked into weights. The practical implication: the quality of your retrieval pipeline is the ceiling on answer quality, so thin retrieval isn't an edge case — it's your main failure surface.

The market's center of gravity has quietly shifted. OpenAI's file search (40%) and Google's Vertex AI Search (38%) now lead every dedicated vector database. Elasticsearch/OpenSearch (20%) and pgvector (12%) top the specialists, while pure-play vector databases — Pinecone, Weaviate, Qdrant, Milvus — sit in single-to-low-double digits. Enterprises are gravitating to retrieval bundled with tools they already buy. Notably, 13% still run no production RAG at all.

Enterprise RAG's real problem isn't retrieval — it's context you can trust

But stated intent contradicts actual behavior. Even as provider-native retrieval dominates in practice, a plurality (36%) say they want to keep best-of-breed standalone tools rather than consolidate onto one provider's stack, versus just 21% planning to consolidate. Meanwhile 57% plan to switch or add a provider within a year, and the open-source specialists (Qdrant, Milvus) draw more switching interest than their current footprint suggests. Read this as a warning against locking into a single bundle prematurely — keep your context layer portable.

The consensus architecture is hybrid: 34% expect embeddings plus reranking plus access controls to dominate production by end of 2026 — three times the 11% betting on vector-only search. Those access controls matter directly, since their absence is what produces the confident-but-wrong failures. The governed semantic layer that would prevent inconsistent definitions is the industry's stated fix: 58% run or are building one, but far more are building than shipping. For most, the safety net is still a work in progress.

What to do now: treat the context layer as a first-class engineering problem, not a byproduct of picking a vector store. Monitor for response correctness and access control (the metrics teams already watch most, at 42% and 38%) rather than just latency. Invest in a governed semantic layer that gives both agents and BI a shared, consistent definition of your data — because more documents and bigger indexes won't close a gap that's fundamentally about governance and trust. Note the caveat: 101 self-selected, mid-market-skewed respondents make this a directional read, not a precise measurement.