pgvector
pgvector is an extension for PostgreSQL that makes it possible to store vector embeddings directly in the same database as classic tabular data and search them semantically — without needing to operate a separate, additional vector database system.
Source: pgvector — GitHub repository