diff --git a/README.md b/README.md index b362d2b..7d8393c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ -

- 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 +36,7 @@ ## ParadeDB for Rails -The official ActiveRecord 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#rails) to begin. +The official ActiveRecord 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#rails) to begin. ## Requirements & Compatibility diff --git a/rails-paradedb.gemspec b/rails-paradedb.gemspec index db4b0ae..e6c2917 100644 --- a/rails-paradedb.gemspec +++ b/rails-paradedb.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.email = ["support@paradedb.com"] spec.summary = "ParadeDB integration for ActiveRecord" - spec.description = "Simple, Elastic-quality search for Postgres via ParadeDB and ActiveRecord." + spec.description = "Elastic-quality full-text search, vector retrieval, and aggregations in Postgres via ParadeDB and ActiveRecord." spec.homepage = "https://github.com/paradedb/rails-paradedb" spec.license = "MIT" spec.required_ruby_version = ">= 3.2"