Skip to content

Commit

Permalink
Merge: postgresql: plugin pg_embedding is no longer maintained (NixOS…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Oct 31, 2024
2 parents 88f31ac + 66285c6 commit 976f14b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/servers/sql/postgresql/ext/pg_embedding.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ ];
platforms = postgresql.meta.platforms;
license = licenses.asl20;
knownVulnerabilities = [ "As of Sept 29, 2023, the authors have abandoned the project and strongly encourage using pgvector, which is faster, has more functionality, and is actively maintained: check out the author's instructions to migrate at https://neon.tech/docs/extensions/pg_embedding#migrate-from-pg_embedding-to-pgvector" ];
};
}

0 comments on commit 976f14b

Please sign in to comment.