pg_knowledge_graph 0.1.0

PostgreSQL knowledge graph extension with graph algorithms and pgvector integration
1
2
3
4
5
6
7
comment = 'Knowledge graph extension for PostgreSQL with graph algorithms and pgvector integration'
default_version = '0.1.0'
module_pathname = '$libdir/pg_knowledge_graph'
relocatable = false
superuser = true
trusted = false
requires = 'vector'