Flowise/packages/components/nodes/vectorstores/Chroma
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
..
Chroma.ts Remove postgres vector store data when deletion 2025-11-30 01:14:04 +00:00
chroma.svg add auth to chroma 2023-08-03 11:52:17 +01:00
core.ts Fix Chroma authentication (#4936) 2025-07-24 20:15:03 +01:00