ruvector-postgres 2.0.5

High-performance PostgreSQL vector database extension v2 - pgvector drop-in replacement with 230+ SQL functions, SIMD acceleration, Flash Attention, GNN layers, hybrid search, multi-tenancy, self-healing, and self-learning capabilities
1
2
3
4
5
6
7
8
//! pgrx SQL generator binary
//!
//! This binary is used by pgrx to generate SQL schema files.

fn main() {
    // This is a placeholder binary for pgrx SQL generation.
    // pgrx uses this to discover and generate SQL for the extension.
}