EngineeringJan 30, 2025Build an end-to-end RAG pipeline entirely in psql using pgrag and DeepSeekGeorge MacKerron
EngineeringJan 22, 2025Generative Feedback Loops with Neon serverless Postgres, Azure Functions, and Azure OpenAIBobur Umurzokov
EngineeringJan 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
EngineeringJan 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
EngineeringDec 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
EngineeringNov 20, 2024What We Learned Migrating From Webpack to ViteThe Neon Console is a Single Page Application (SPA), or rather, a collection of SPAs. Static assets like JavaScript and CSS are served through CloudFront, while the HTML is dynamically rendered by our Go backend. In this post, we’ll dive into our journey of migrating from webpack...Roman Zaynetdinov
EngineeringNov 07, 2024Is “SQL from the frontend” viable?I’ve worked on apps with a “SQL from the client” architecture and the development velocity was simply superb. At the same time, it comes with a lot of challenges in terms of security and scalability. So, what’s the deal? Is it viable or not? Actual modern web dev React > Postg...David Gomes
EngineeringOct 30, 2024Introducing Neon Authorize: Simplifying Row-Level Security For PostgresToday we’re launching Neon Authorize, a tool that aims to simplify the usage of Postgres row level security policies while enabling new deployment models for app developers. With Neon Authorize, you can manage RLS directly in your codebase and integrate with any authentication pr...David Gomes