postgresqlPackages.pg_embedding: plugin is no longer maintained

This commit is contained in:
Claude Doppler 2024-10-27 09:59:48 -03:00 committed by Claude
parent f8614a1c3a
commit 66285c63ce

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ ivan ];
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" ];
};
}