From a35239244477bb4b1a030ad8b6fb5446bb580959 Mon Sep 17 00:00:00 2001 From: James Blackwood-Sewell Date: Mon, 13 Jul 2026 20:47:36 +1200 Subject: [PATCH 1/4] docs: Update README to match new positioning --- README.md | 17 ++++++++++++----- examples/README.md | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2128789..895be2a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ - +

- ParadeDB -
+ + + + + The ParadeDB logo. + + +

- Simple, Elastic-quality search for Postgres
+ Search without a second system.
+ One Postgres for your application data, full-text search, vector retrieval, and aggregations.

@@ -30,7 +37,7 @@ ## ParadeDB for Django -The official [Django](https://www.djangoproject.com/) integration for [ParadeDB](https://paradedb.com), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#django) to begin. +The official [Django](https://www.djangoproject.com/) integration for [ParadeDB / pg_search](https://paradedb.com), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#django) to begin. ## Requirements & Compatibility diff --git a/examples/README.md b/examples/README.md index ba829bb..84c7b82 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,6 +1,6 @@ # ParadeDB for Django: Examples & Cookbook -Welcome to the **ParadeDB for Django** examples! This directory contains a collection of self-contained scripts designed to teach you how to integrate powerful search and analytics features into your Django application using ParadeDB. +Welcome to the **ParadeDB for Django** examples! This directory contains a collection of self-contained scripts designed to teach you how to integrate full-text search, vector retrieval, and aggregations into your Django application using ParadeDB. Think of this as a **cookbook**: whether you need simple keyword search, an e-commerce filtering system, or a cutting-edge RAG (Retrieval-Augmented Generation) pipeline, you'll find a recipe here. From ac678e9b12842877698a416cad19668b78820ca9 Mon Sep 17 00:00:00 2001 From: James Blackwood-Sewell Date: Tue, 14 Jul 2026 13:30:51 +1200 Subject: [PATCH 2/4] docs: Remove positioning comment from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 895be2a..bd8028c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -

From da699a853d5209e151c0c9b191f69aa824f2811e Mon Sep 17 00:00:00 2001 From: James Blackwood-Sewell Date: Tue, 14 Jul 2026 13:33:22 +1200 Subject: [PATCH 3/4] docs: Introduce pg_search in its own sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd8028c..0bde579 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ ## ParadeDB for Django -The official [Django](https://www.djangoproject.com/) integration for [ParadeDB / pg_search](https://paradedb.com), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#django) to begin. +The official [Django](https://www.djangoproject.com/) integration for [ParadeDB](https://paradedb.com), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. ParadeDB is powered by [`pg_search`](https://github.com/paradedb/paradedb), a Postgres extension that adds Elastic-quality full-text search, vector retrieval, and aggregations. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#django) to begin. ## Requirements & Compatibility From 45ab6b35afd74315e54644db3f6f7a4ed1859140 Mon Sep 17 00:00:00 2001 From: James Blackwood-Sewell Date: Tue, 14 Jul 2026 13:59:26 +1200 Subject: [PATCH 4/4] docs: Minimize pg_search mention to a parenthetical --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bde579..3b157dd 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ ## ParadeDB for Django -The official [Django](https://www.djangoproject.com/) integration for [ParadeDB](https://paradedb.com), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. ParadeDB is powered by [`pg_search`](https://github.com/paradedb/paradedb), a Postgres extension that adds Elastic-quality full-text search, vector retrieval, and aggregations. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#django) to begin. +The official [Django](https://www.djangoproject.com/) integration for [ParadeDB](https://paradedb.com) (powered by the [`pg_search`](https://github.com/paradedb/paradedb) Postgres extension), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#django) to begin. ## Requirements & Compatibility