Flowise/packages/components/nodes/vectorstores/Postgres/driver
Henry 44f111b458 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 01:14:04 +00:00
..
Base.ts feat: Add SSL configuration option for Postgres connections (#4130) 2025-03-13 10:57:38 +00:00
PGVector.ts Feature/Add bullmq redis for message queue processing (#3568) 2025-01-23 14:08:02 +00:00
TypeORM.ts Remove postgres vector store data when deletion 2025-11-30 01:14:04 +00:00