Bumping version since this will change might break legacy Postgres chatflows that used TLS/SSL. This will help users remind them to upgrade their corresponding nodes.

This commit is contained in:
Darien Kindlund 2024-02-08 12:06:50 -05:00
parent 4a75396325
commit 907d5c7ef7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class Postgres_VectorStores implements INode {
constructor() { constructor() {
this.label = 'Postgres' this.label = 'Postgres'
this.name = 'postgres' this.name = 'postgres'
this.version = 2.0 this.version = 3.0
this.type = 'Postgres' this.type = 'Postgres'
this.icon = 'postgres.svg' this.icon = 'postgres.svg'
this.category = 'Vector Stores' this.category = 'Vector Stores'