<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Embeddings | The .NET Blog</title><link>https://thedotnetblog.com/tags/embeddings/</link><description>Articles, tutorials and insights from the .NET community.</description><generator>Hugo</generator><language>en</language><managingEditor>@thedotnetblog (The .NET Blog)</managingEditor><webMaster>@thedotnetblog</webMaster><lastBuildDate>Wed, 20 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://thedotnetblog.com/tags/embeddings/index.xml" rel="self" type="application/rss+xml"/><item><title>Integrated Embeddings in Cosmos DB Remove One of the Most Annoying AI Plumbing Jobs</title><link>https://thedotnetblog.com/news/emiliano-montesdeoca/cosmosdb-integrated-embeddings-preview-why-it-matters/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><author>Emiliano Montesdeoca</author><guid>https://thedotnetblog.com/news/emiliano-montesdeoca/cosmosdb-integrated-embeddings-preview-why-it-matters/</guid><description>Integrated Embeddings in Azure Cosmos DB are now in public preview. The big win is simple: embeddings stay in sync with your data without forcing you to build and maintain a separate update pipeline.</description><content:encoded>&lt;p&gt;Anyone who has built a RAG-style system over operational data knows the annoying part is often not vector search itself.&lt;/p&gt;
&lt;p&gt;It is keeping embeddings fresh.&lt;/p&gt;
&lt;p&gt;That is why the &lt;strong&gt;Integrated Embeddings&lt;/strong&gt; preview in Azure Cosmos DB is such a practical announcement. It removes one of the least fun pieces of AI application plumbing: the separate pipeline that watches for changes, regenerates embeddings, handles retries, and writes vectors back correctly.&lt;/p&gt;
&lt;h2 id="the-source-article-names-the-real-pain-directly"&gt;The source article names the real pain directly&lt;/h2&gt;
&lt;p&gt;The original post says: “&lt;strong&gt;Keeping them in sync with your data is the hard part&lt;/strong&gt;.”&lt;/p&gt;
&lt;p&gt;Exactly.&lt;/p&gt;
&lt;p&gt;That is the problem.&lt;/p&gt;
&lt;p&gt;The hardest part in many AI-backed data applications is not getting the first semantic query to work. It is making sure the system does not quietly drift out of sync with reality a week later.&lt;/p&gt;
&lt;p&gt;That is where the operational burden starts to show up:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;change detection&lt;/li&gt;
&lt;li&gt;retries&lt;/li&gt;
&lt;li&gt;throttling&lt;/li&gt;
&lt;li&gt;re-embedding logic&lt;/li&gt;
&lt;li&gt;writeback correctness&lt;/li&gt;
&lt;li&gt;monitoring the whole thing&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That is a lot of plumbing just to keep retrieval honest.&lt;/p&gt;
&lt;h2 id="this-is-a-feature-that-removes-toil-not-just-adds-capability"&gt;This is a feature that removes toil, not just adds capability&lt;/h2&gt;
&lt;p&gt;If Cosmos DB can now generate and maintain embeddings automatically as data changes, the benefits are immediate:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fewer moving parts&lt;/li&gt;
&lt;li&gt;less synchronization drift&lt;/li&gt;
&lt;li&gt;less custom infrastructure&lt;/li&gt;
&lt;li&gt;simpler RAG and semantic retrieval architectures&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That is the kind of platform feature I like because it reduces operational burden, not just conceptual complexity.&lt;/p&gt;
&lt;p&gt;And in real teams, operational burden is usually the thing that kills good prototypes.&lt;/p&gt;
&lt;h2 id="the-practical-consequence-is-bigger-than-it-sounds"&gt;The practical consequence is bigger than it sounds&lt;/h2&gt;
&lt;p&gt;This is not just about convenience.&lt;/p&gt;
&lt;p&gt;It changes what kinds of teams can realistically build AI-backed data apps without having to stand up a whole side system for embeddings maintenance.&lt;/p&gt;
&lt;p&gt;That matters especially for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;product teams with limited platform bandwidth&lt;/li&gt;
&lt;li&gt;internal app teams building knowledge-backed tools&lt;/li&gt;
&lt;li&gt;smaller engineering groups that need working retrieval without a dedicated ML infra lane&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="my-take"&gt;My take&lt;/h2&gt;
&lt;p&gt;Integrated Embeddings look like one of those features that will quietly make AI-backed apps easier to ship.&lt;/p&gt;
&lt;p&gt;It is not the most glamorous announcement in the batch, but for teams working with Cosmos DB plus retrieval or semantic search patterns, it could remove a lot of repetitive plumbing.&lt;/p&gt;
&lt;p&gt;And honestly, those are often the most valuable platform improvements.&lt;/p&gt;
&lt;p&gt;Original post: &lt;a href="https://devblogs.microsoft.com/cosmosdb/announcing-the-public-preview-of-integrated-embeddings-in-azure-cosmos-db-build-ai-apps-with-embeddings-that-stay-in-sync/"&gt;Announcing the Public Preview of Integrated Embeddings in Azure Cosmos DB: Build AI Apps With Embeddings That Stay in Sync&lt;/a&gt;&lt;/p&gt;</content:encoded></item></channel></rss>