AIJan 30, 2025Build an end-to-end RAG pipeline entirely in psql using pgrag and DeepSeekGeorge MacKerron
AIJan 22, 2025Generative Feedback Loops with Neon serverless Postgres, Azure Functions, and Azure OpenAIBobur Umurzokov
AIJan 14, 2025How to Create Your Personal AI Powered Email Assistant in AzureThis blog explains how to build an AI powered email Assistant that can draft, edit, and send emails, store them as vector embeddings, and retrieve similar emails using contextual search. The assistant leverages Semantic Kernel for AI operations, Neon for vector storage, and Azure...Konstantinos Passadis
AIJan 08, 2025Building an Intelligent SQL Query Assistant with Neon, .NET, Azure Functions, and Azure OpenAI serviceNeon SQL editor provides AI driven features, such as SQL generation to easily convert natural language requests to SQL. However, there may be situations where you need to build your own AI query assistant for custom needs. For example, you might need tighter integration with your...Bobur Umurzokov
AIDec 20, 2024Building a CLI Client For Model Context Protocol ServersThe Model Context Protocol (MCP) keeps gaining traction in the AI space, and since the launch of the Neon MCP Server (2 weeks ago), the community has built dozens of these servers across a wide spectrum of domains. However, the Claude Desktop app has established itself as the def...Pedro Figueiredo
AIDec 20, 2024How to Add a Postgres Database to Your Replit Agent ProjectIf you&8217;ve used Replit Agent, you already know it can configure your development environment, build apps, and deploy them to the cloud—all without needing to install anything yourself. But what you might not know is that Agent can configure databases for you, ensuring y...Matt Palmer
AIDec 19, 2024Build Your Own AI Voice AssistantIt’s very likely that you, like many developers today, are exploring how to build AI apps using the hottest tools—and one of them is definitely ElevenLabs. That’s why we’ve put together a guide that teaches you how to create an app like this—an AI voice assistant we’ve named Puls...Rishi Raj Jain
AIDec 03, 2024Let Claude Manage Your Neon Databases: Our MCP Server is HereAnthropic recently introduced an open protocol to enable LLMs to more easily integrate with external data sources and tools. Model Context Protocol can thus be used to expose all kinds of products and services to LLMs and agents alike. We’re excited to announce that we’ve already...David Gomes,Pedro Figueiredo