0.01
The project is in a healthy, maintained state
Elastic-quality full-text search, vector retrieval, and aggregations in Postgres via ParadeDB and ActiveRecord.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 1.5
>= 7.2, < 9
>= 7.2, < 9
>= 7.2, < 9
 Project Readme

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

WebsiteDocsCommunityBlogChangelog

Gem Version  Ruby Requirement  Gem Downloads  Codecov  License  Community  Follow @paradedb


ParadeDB for Rails

The official ActiveRecord integration for ParadeDB (powered by the pg_search Postgres extension), including first-class support for managing ParadeDB indexes and running queries using the full ParadeDB API. The integration covers both full-text search and vector search over pgvector vector types. Follow the getting started guide to begin.

Requirements & Compatibility

Component Supported
Ruby 3.2+
Rails 7.2+
ParadeDB 0.25.0+
PostgreSQL 15+ (with the ParadeDB pg_search extension)
pgvector Required for vector search (included in the ParadeDB Docker image)

Examples

See examples/README.md for setup instructions and a description of each example.

Contributing

See CONTRIBUTING.md for development setup, running tests, linting, and the PR workflow.

Support

If you're missing a feature or have found a bug, please open a GitHub Issue.

To get community support, you can:

If you need commercial support, please contact the ParadeDB team.

Acknowledgments

We would like to thank the following members of the community for their valuable feedback and reviews during the development of this package:

License

ParadeDB for Rails is licensed under the MIT License.