Flowise/packages/components/nodes/vectorstores/Postgres
Henry Heng 465005a503
Bugfix/Remove postgres vector store data when deletion (#5536)
Remove postgres vector store data when deletion

- Introduced a new `doc_id` column in MySQL, Postgres, and SQLite record managers to support document identification.
- Updated the `update` method to handle both string and object formats for keys, allowing for better flexibility in document updates.
- Enhanced `listKeys` method to filter by `doc_id` when provided in options.
- Updated vector store integrations to utilize the new `doc_id` filtering capability
2025-11-30 12:01:36 +00:00
..
driver Bugfix/Remove postgres vector store data when deletion (#5536) 2025-11-30 12:01:36 +00:00
Postgres.ts Bugfix/Remove postgres vector store data when deletion (#5536) 2025-11-30 12:01:36 +00:00
README.md feat: Add SSL configuration option for Postgres connections (#4130) 2025-03-13 10:57:38 +00:00
postgres.svg add vector upsert ability 2023-11-16 18:34:17 +00:00
utils.ts feat: Add SSL configuration option for Postgres connections (#4130) 2025-03-13 10:57:38 +00:00

README.md

Postgres Vector Store

Postgres Vector Store integration for Flowise

🌱 Env Variables

Variable Description Type Default
POSTGRES_VECTORSTORE_HOST Default host for Postgres Vector Store String
POSTGRES_VECTORSTORE_PORT Default port for Postgres Vector Store Number 5432
POSTGRES_VECTORSTORE_USER Default user for Postgres Vector Store String
POSTGRES_VECTORSTORE_PASSWORD Default password for Postgres Vector Store String
POSTGRES_VECTORSTORE_DATABASE Default database for Postgres Vector Store String
POSTGRES_VECTORSTORE_TABLE_NAME Default tableName for Postgres Vector Store String documents
POSTGRES_VECTORSTORE_CONTENT_COLUMN_NAME Default contentColumnName for Postgres Vector Store String pageContent
POSTGRES_VECTORSTORE_SSL Default ssl for Postgres Vector Store Boolean false

License

Source code in this repository is made available under the Apache License Version 2.0.