# Builder's Daily — RAG & Knowledge > Rolling 14-day signal for beat `rag-knowledge`. Ephemeral context — not evergreen corpus. > Author: Amit Kumar Agrawal | https://artificialcuriositylabs.ai > Generated: 2026-06-06 > Human index: https://artificialcuriositylabs.ai/daily/rag-knowledge/ > RSS: https://artificialcuriositylabs.ai/daily/rag-knowledge/rss.xml --- # RAG & Knowledge — June 6, 2026 **URL:** https://artificialcuriositylabs.ai/daily/rag-knowledge/2026-06-06/ **Beat:** rag-knowledge **Date:** 2026-06-06 **Topics:** agentic-retrieval, semantic-rerank, hybrid-search, microsoft, embeddings, knowledge-ingestion **Summary:** Microsoft Foundry IQ knowledge bases lift evidence recall up to 54% with agentic retrieval tiers; Cohesity Gaia patents embedding-based RAG over backup … ## The read Grounding is not a model feature — it is institutional context encoded in retrieval pipelines. When models commoditize, proprietary knowledge and how humans curate it become the durable edge. ## What moved - **Microsoft Foundry IQ knowledge bases lift evidence recall up to 54% with agentic retrieval tiers** — [Microsoft Foundry Blog](https://techcommunity.microsoft.com/blog/azure-ai-foundry-blog/foundry-iq-improve-recall-by-up-to-54-with-knowledge-bases/4524852) Foundry IQ replaces static single-shot RAG with a dynamic agentic retrieval loop that batches and customizes subqueries per knowledge source, retrained semantic ranker, and retrievalReasoningEffort tiers (minimal, low, medium). On BrowseComp-Plus, knowledge bases beat standalone hybrid search by up to 46% evidence recall; pairing a smaller orchestrator model with agentic retrieval reaches 54% while cutting tool calls and token cost ~34%. Medium tier adds up to two iterative retrieval turns; heterogeneous sources (MCP, Fabric ontology, SQL) combine structured and unstructured recall. **Builder angle:** retrievalReasoningEffort gives one knob to trade latency and token cost against recall instead of hand-building multi-query RAG loops. - **Cohesity Gaia patents embedding-based RAG over backup data without copying secondary stores** — [Cohesity Newsroom](https://www.cohesity.com/newsroom/press/cohesity-secures-patent-gen-ai-retrieval-augmented-generation-secondary-data/) USPTO granted Patent 12,619,501 (May 5, 2026) for "Data Retrieval Using Embeddings for Data in Backup Systems," covering Gaia's method of indexing embeddings on secondary/backup data in place. Gaia is available on Cohesity Data Cloud and lets GenAI search protected enterprise archives while preserving existing security, governance, and access controls—no separate data copy for AI indexing. **Builder angle:** Indexes cold backup tiers in situ for RAG, a pattern for teams blocked from exporting archives into a standalone vector DB. - **Elastic Agent Builder GA ships five-line RAG grounding via GitHub Copilot SDK bridge** — [Elasticsearch Labs](https://www.elastic.co/search-labs/blog/rag-agent-elasticsearch-github-copilot-sdk) Elastic Agent Builder is GA and connects to the GitHub Copilot SDK through Elastic.Extensions.AI, registering Elasticsearch hybrid retrieval as a native Copilot tool in roughly five lines of C#. Copilot handles planning and orchestration; Elasticsearch returns logs, docs, and proprietary records. Supports RAG/hybrid search grounding, MCP/A2A interoperability with prebuilt Elastic agents, and optional Elastic Inference Service models. **Builder angle:** Minimal bridge code wires production hybrid search into an orchestrator instead of building a custom retrieval tool layer. ## Also tracking - **Snowflake Cortex Sense assembles runtime context for agents from Horizon metadata at query time** — [source](https://atlan.com/know/snowflake/snowflake-cortex-sense/) — Summit 2026 runtime layer pulls query history, object metadata, and semantic views into agent prompts—relevant if your RAG stack lives inside Snowflake. - **Arango Contextual Data Platform 4.0 unifies GraphRAG and VectorRAG on one multimodel store** — [source](https://www.businesswire.com/news/home/20260602127934/en/Arango-Showcases-Live-Contextual-Data-Layer-for-Enterprise-AI-at-Snowflake-Summit-2026) — Single ACID platform combines graph, vector, document, and full-text search with AutoGraph entity discovery—avoids stitching separate graph and vector pipelines.