Official ParadeDB integration for Django
Project description
Search without a second system.
One Postgres for your application data, full-text search, vector retrieval, and aggregations.
Website • Docs • Community • Blog • Changelog
ParadeDB for Django
The official Django 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 (BM25) and vector search — vector search indexes pgvector vector columns directly in the ParadeDB index. Follow the getting started guide to begin.
django-paradedb also ships native vector search over pgvector vector columns — declare a VectorField, add it to your ParadeDBIndex with a distance metric, and query with L2Distance/CosineDistance/InnerProduct. See the vector search documentation.
Requirements & Compatibility
| Component | Supported |
|---|---|
| Python | 3.10+ |
| Django | 4.2+ |
| ParadeDB | 0.25.0+ |
| PostgreSQL | 15+ (with ParadeDB extension) |
| pgvector | Required for vector search (included in the ParadeDB Docker image) |
Examples
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:
- Post a question in the ParadeDB Slack Community
- Ask for help on our GitHub Discussions
If you need commercial support, please contact the ParadeDB team.
Acknowledgments
We would like to thank the following members of the Django community for their valuable feedback and reviews during the development of this package:
- Timothy Allen - Principal Engineer at The Wharton School, PSF and DSF member
- Frank Wiles - President & Founder of REVSYS
License
ParadeDB for Django is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_paradedb-0.12.0.tar.gz.
File metadata
- Download URL: django_paradedb-0.12.0.tar.gz
- Upload date:
- Size: 129.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f26851ac9b7152c83bdba371b48bd7348b6889f7a1188712963ab800c2f430cc
|
|
| MD5 |
739567639b1e3459cc55bc8ab4d3556b
|
|
| BLAKE2b-256 |
a11c2326aa0c19b7a16e6116dd0625af98085e99c270ca79ed2770204186417f
|
File details
Details for the file django_paradedb-0.12.0-py3-none-any.whl.
File metadata
- Download URL: django_paradedb-0.12.0-py3-none-any.whl
- Upload date:
- Size: 31.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbebefd4cbe4c25b07c7dfcb5ec023b8cc6af74191cf2d38e38dbc1a291319c6
|
|
| MD5 |
253ac52381b10426cf7aa0749252c7b2
|
|
| BLAKE2b-256 |
872ce7b933cda176c6d04f73e5e1833ecb5755ee48a730cb0de5e9062d59e962
|