---
title: "Building RagRabbit, An Open Source RAG Search with Postgres as the Vector Store"
url: https://daily.dev/posts/building-ragrabbit-an-open-source-rag-search-with-postgres-as-the-vector-store-ec37yabxk
source_url: https://neon.com/blog/ragrabbit-neon
type: article
source: "Neon"
published: 2026-07-09T06:57:42.823Z
updated: 2026-07-09T07:00:08.145Z
tags: ["postgresql", "mcp", "rag", "pgvector"]
reading_time: 5
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Building RagRabbit, An Open Source RAG Search with Postgres as the Vector Store

**[Neon](https://daily.dev/sources/neontech)** · 5 min read · 0 upvotes · 0 comments

## Summary

RagRabbit is an open-source RAG toolkit built by Marco D'Alia that crawls websites, converts pages to Markdown, generates vector embeddings stored in Postgres via pgVector, and serves doc chunks through an MCP server. It uses Neon as the serverless Postgres host and deploys on Vercel with a single click. The tool eliminates the need for a separate vector database by leveraging pgVector for similarity search alongside standard Postgres full-text search. It supports OpenAI and Claude for embeddings and Q&A, and includes authentication options like GitHub OAuth and magic links.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://neon.com/blog/ragrabbit-neon>

## Similar posts on daily.dev

- [How to Build a RAG Server on pgEdge Cloud via the API](https://daily.dev/posts/how-to-build-a-rag-server-on-pgedge-cloud-via-the-api-irhtqrhqw) · Planet PostgreSQL · 0 upvotes · 0 comments
- [How to Build a RAG Chatbot for Your Docs with Node.js, Google Gemini, and pgvector](https://daily.dev/posts/how-to-build-a-rag-chatbot-for-your-docs-with-node-js-google-gemini-and-pgvector-za3dfnltm) · freeCodeCamp · 3 upvotes · 0 comments

---

Tags: [#postgresql](https://daily.dev/tags/postgresql), [#mcp](https://daily.dev/tags/mcp), [#rag](https://daily.dev/tags/rag), [#pgvector](https://daily.dev/tags/pgvector)

[View this post on daily.dev](https://daily.dev/posts/building-ragrabbit-an-open-source-rag-search-with-postgres-as-the-vector-store-ec37yabxk)
