Data Science Wire

Antony Pegg: How to Build a RAG Server on pgEdge Cloud via the API

PostgreSQL Planet4w5 min read

This blog is going to show you how to set up your own RAG Server on pgEdge Cloud . The Cloud UI makes this so easy it is almost insulting - a few clicks and you are done - so I am going to show you the harder and more interesting path instead: the Cloud API. Everything below is a real call you can adapt. Replace anything in with your own values, and keep your API keys out of your shell history.Click on "Services" under your database, click on "Add RAG Server" and enter your config. see? sooo easy. Soooo boring. Lets use the API. First things first: I need a dataset. Because this is my blog, I

Read the full story at PostgreSQL Planet

More in MLOps / LLMOps