Files
Flowise/packages/components/nodes/recordmanager/PostgresRecordManager
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
..
2024-04-02 23:47:19 +01:00

Postgres Record Manager

Postgres Record Manager integration for Flowise

🌱 Env Variables

Variable Description Type Default
POSTGRES_RECORDMANAGER_HOST Default host for Postgres Record Manager String
POSTGRES_RECORDMANAGER_PORT Default port for Postgres Record Manager Number 5432
POSTGRES_RECORDMANAGER_USER Default user for Postgres Record Manager String
POSTGRES_RECORDMANAGER_PASSWORD Default password for Postgres Record Manager String
POSTGRES_RECORDMANAGER_DATABASE Default database for Postgres Record Manager String
POSTGRES_RECORDMANAGER_TABLE_NAME Default tableName for Postgres Record Manager String upsertion_records
POSTGRES_RECORDMANAGER_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.