<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: neehar priydarshi</title>
    <description>The latest articles on DEV Community by neehar priydarshi (@neehar_priydarshi_4a16d92).</description>
    <link>https://dev.to/neehar_priydarshi_4a16d92</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2359748%2Fa5401f3b-6d88-4500-8a0b-d3bf5f21d495.png</url>
      <title>DEV Community: neehar priydarshi</title>
      <link>https://dev.to/neehar_priydarshi_4a16d92</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/neehar_priydarshi_4a16d92"/>
    <language>en</language>
    <item>
      <title>Implementing Retrieval-Augmented Generation with LangChain, Pgvector and OpenAI</title>
      <dc:creator>neehar priydarshi</dc:creator>
      <pubDate>Thu, 21 Nov 2024 06:39:40 +0000</pubDate>
      <link>https://dev.to/neehar_priydarshi_4a16d92/implementing-retrieval-augmented-generation-with-langchain-pgvector-and-openai-1aoi</link>
      <guid>https://dev.to/neehar_priydarshi_4a16d92/implementing-retrieval-augmented-generation-with-langchain-pgvector-and-openai-1aoi</guid>
      <description>&lt;p&gt;In the previous blog, we explored how Retrieval-Augmented Generation (RAG) can augment the capabilities of GPT models. This post takes it a step further by demonstrating how to build a system that creates and stores embeddings from a document set using LangChain and Pgvector, allowing us to feed these embeddings to OpenAI's GPT for enhanced and contextually relevant responses.&lt;br&gt;
Read more: &lt;a href="https://www.codemancers.com/blog/2024-10-24-rag-with-langchain/?utm_source=social+media&amp;amp;utm_medium=dev.to"&gt;https://www.codemancers.com/blog/2024-10-24-rag-with-langchain/?utm_source=social+media&amp;amp;utm_medium=dev.to&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rag</category>
      <category>openai</category>
      <category>langchain</category>
    </item>
    <item>
      <title>Understanding Retrieval-Augmented Generation (RAG) with OpenAI</title>
      <dc:creator>neehar priydarshi</dc:creator>
      <pubDate>Thu, 07 Nov 2024 07:34:34 +0000</pubDate>
      <link>https://dev.to/neehar_priydarshi_4a16d92/understanding-retrieval-augmented-generation-rag-with-openai-3j52</link>
      <guid>https://dev.to/neehar_priydarshi_4a16d92/understanding-retrieval-augmented-generation-rag-with-openai-3j52</guid>
      <description>&lt;p&gt;In this blog, we’ll explore the concept of Retrieval-Augmented Genration (RAG) and how it enhances AI models like GPT-4. While these model excel at generating human like responses, they are limited by the data they have been trained on. RAG overcomes this by integrating real-time knowledge retrieval, allowing models to access and use up-to-date information, improving both accuracy and relevance.&lt;br&gt;
Read more: &lt;a href="https://www.codemancers.com/blog/2024-09-17-rag/?utm_source=social+media&amp;amp;utm_medium=dev.to"&gt;https://www.codemancers.com/blog/2024-09-17-rag/?utm_source=social+media&amp;amp;utm_medium=dev.to&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>rag</category>
      <category>openai</category>
    </item>
  </channel>
</rss>
