Flowise/packages/components
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
..
credentials Adding Teradata VectorStore support in DocumentStore (#5159) 2025-10-28 12:23:59 +00:00
evaluation
nodes Bugfix/Remove postgres vector store data when deletion (#5536) 2025-11-30 12:01:36 +00:00
src Bugfix/Remove postgres vector store data when deletion (#5536) 2025-11-30 12:01:36 +00:00
README-ZH.md
README.md
gulpfile.ts
jest.config.js
models.json Feature/Gemini Nano Banana (#5529) 2025-11-28 13:10:14 +00:00
package.json fix: Upgrade Hugging Face Inference API to support Inference Providers (#5454) 2025-11-25 11:43:36 +00:00
tsconfig.json

README.md

Flowise Components

English | 中文

Apps integration for Flowise. Contain Nodes and Credentials.

Flowise

Install:

npm i flowise-components

License

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