<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Datrex AI — Engineering Blog</title>
    <link>https://datrex-ai.vercel.app/blog</link>
    <description>Expert research notes, MLOps blueprints, and deep-dives on production-ready AI systems from the Datrex AI engineering team.</description>
    <language>en</language>
    <lastBuildDate>Mon, 22 Jun 2026 21:00:20 GMT</lastBuildDate>
    <atom:link href="https://datrex-ai.vercel.app/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title><![CDATA[Hybrid Search vs Vector Search: Building Production-Ready RAG Pipelines]]></title>
      <link>https://datrex-ai.vercel.app/blog/hybrid-search-vs-vector-search</link>
      <description><![CDATA[A deep dive into combining BM25 keyword matching with dense vector semantic search to eliminate hallucinations, handle exact matching, and achieve 98% retrieval accuracy in enterprise environments.]]></description>
      <author>Hassaan Malik</author>
      <category>AI & NLP</category>
      <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
      <guid isPermaLink="true">https://datrex-ai.vercel.app/blog/hybrid-search-vs-vector-search</guid>
    </item>
    <item>
      <title><![CDATA[How to Get and Optimize OpenAI Embeddings (V3) in Production]]></title>
      <link>https://datrex-ai.vercel.app/blog/openai-embeddings-v3-production-optimization</link>
      <description><![CDATA[A production guide to using text-embedding-3 models. Learn how to count tokens with tiktoken, select distance metrics, and leverage dimensionality reduction to slash storage costs.]]></description>
      <author>Naeem Khan</author>
      <category>AI & NLP</category>
      <pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate>
      <guid isPermaLink="true">https://datrex-ai.vercel.app/blog/openai-embeddings-v3-production-optimization</guid>
    </item>
    <item>
      <title><![CDATA[LangGraph Multi-Agent Tutorial: Build AI Agent Workflows Step-by-Step]]></title>
      <link>https://datrex-ai.vercel.app/blog/langgraph-multi-agent-tutorial</link>
      <description><![CDATA[A step-by-step guide to building multi-agent workflows using LangGraph. Learn how to implement supervisor routing, shared state, and production-ready agent loops.]]></description>
      <author>Ahsan Malik</author>
      <category>Agentic AI</category>
      <pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate>
      <guid isPermaLink="true">https://datrex-ai.vercel.app/blog/langgraph-multi-agent-tutorial</guid>
    </item>
  </channel>
</rss>