<?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: Brian Springman</title>
    <description>The latest articles on DEV Community by Brian Springman (@kinggeeknc).</description>
    <link>https://dev.to/kinggeeknc</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%2F2647262%2F486656d7-c228-416f-adca-9e8c76b55bef.jpg</url>
      <title>DEV Community: Brian Springman</title>
      <link>https://dev.to/kinggeeknc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kinggeeknc"/>
    <language>en</language>
    <item>
      <title>Is There a Market for a WordPress DIY Chatbot Plugin?</title>
      <dc:creator>Brian Springman</dc:creator>
      <pubDate>Tue, 07 Jan 2025 19:18:36 +0000</pubDate>
      <link>https://dev.to/kinggeeknc/is-there-a-market-for-a-wordpress-diy-chatbot-plugin-3k2b</link>
      <guid>https://dev.to/kinggeeknc/is-there-a-market-for-a-wordpress-diy-chatbot-plugin-3k2b</guid>
      <description>&lt;p&gt;I recently wanted to learn AI so I decided to build my own RAG model using Pinecone and OpenAI.  When I went to post the solution on my WordPress site, I couldn’t find any simple block plugin for a chatbot.  &lt;/p&gt;

&lt;p&gt;All the available solutions were comprehensive solutions, they weren’t geared towards providing a simple interface to an existing RAG model.&lt;br&gt;
So…I built my own interface as a block plugin.  Check out the resulting &lt;a href="https://springmanconsulting.com/project-management-tool-chatbot/" rel="noopener noreferrer"&gt;project management tool chatbot&lt;/a&gt;.  It answers users' questions based on my reviews of over 30 PM tools.  The vector database was populated with my blog posts and fit/gap analysis spreadsheets.&lt;/p&gt;

&lt;p&gt;Now that I’ve fulfilled a need I had myself, do I have an opportunity to sell the plugin to others building Pinecone vector databases?  &lt;/p&gt;

&lt;p&gt;The plugin is specific to Pinecone and OpenAI so pretty niche.  Though, I could easily build other plugins tailored to different databases and LLM combinations.&lt;/p&gt;

&lt;p&gt;I think the plugin is pretty nifty, as it is super easy to install, yet handles the three AI calls: Pinecone embedding of the user prompt, Pinecone vector database query, and OpenAI prompt.  It also makes it super easy to fine tune the chatbot by adjusting: number of context chunks returned, minimum score matching and OpenAI system prompt.&lt;/p&gt;

&lt;p&gt;Do you think there is a potential market for this?&lt;/p&gt;

&lt;p&gt;Did I miss an existing plugin that already provides this functionality?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
