Skip to content

Latest commit

 

History

History
86 lines (64 loc) · 4.61 KB

File metadata and controls

86 lines (64 loc) · 4.61 KB

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

WebsiteDocsCommunityBlogChangelog

NuGet Version  .NET Versions  NuGet Downloads  Codecov  License  Community  Follow @paradedb


ParadeDB for Entity Framework Core

The official Entity Framework Core integration for ParadeDB (powered by the pg_search Postgres extension), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. The integration covers both full-text and vector search — vector search indexes pgvector vector columns directly, with no separate pgvector ORM plugin required. Follow the getting started guide to begin.

Requirements & Compatibility

Component Supported
.NET 8.0+
EF Core 8.0+
ParadeDB 0.25.0+
PostgreSQL 15+ (with ParadeDB extension)
pgvector Required for vector search

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:

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

Acknowledgments

We would like to thank the following members of the Entity Framework Core community:

License

ParadeDB for Entity Framework Core is licensed under the MIT License.