Flowise/packages/ui/src
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
..
api Remove postgres vector store data when deletion 2025-11-30 01:14:04 +00:00
assets Text to speech (#5062) 2025-10-02 12:19:06 +01:00
hooks Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
layout docs: fix typos in packages/ui/src/layout/MainLayout/Sidebar/MenuList/NavGroup/index.jsx (#5444) 2025-11-07 11:48:15 +00:00
menu-items Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
routes feat: handle 429 errors and redirect to rate-limited page (#5440) 2025-11-27 11:23:49 +00:00
store feat: handle 429 errors and redirect to rate-limited page (#5440) 2025-11-27 11:23:49 +00:00
themes
ui-component Feature: Add access to chat history and other useful variables in post-processing (#5511) 2025-11-27 12:59:00 +00:00
utils Fixed: Variable syntax highlighting lost after copy-paste from external editor in Agentflow V2 (#5513) 2025-11-26 00:33:54 +00:00
views Remove postgres vector store data when deletion 2025-11-30 01:14:04 +00:00
App.jsx
ErrorBoundary.jsx Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
config.js
index.jsx Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
serviceWorker.js