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
Marko
9554b1a8e3
Ensure proper cleanup of the database connection in createSchema ( #5315 )
...
* Ensure proper cleanup of the database connection in `createSchema` method in `MySQLRecordManager`.
* Update MySQLrecordManager.ts
* Refactor createSchema to optimize dataSource usage
Refactor createSchema method to avoid duplicate dataSource retrieval.
* Refactor createSchema method for efficiency
Refactor createSchema to avoid redundant dataSource retrieval.
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com >
2025-10-28 12:29:45 +00:00
Henry Heng
9a417bdc95
Bugfix/update nodevm sandbox options, sanitize tablename ( #3818 )
...
* update nodevm sandbox options, sanitize tablename
* sanitize file name when getFileFromStorage
2025-01-07 15:26:25 +00:00
Henry Heng
ddca80d4e0
Bugfix/Prevent open connections on typeorm datasource ( #3652 )
...
prevent open connections on typeorm datasource
2024-12-08 21:06:07 +00:00
Henry Heng
363d1bfc44
Chore/update deprecating nodes ( #2540 )
...
* update deprecating nodes
* add filters use cases to marketplace
* update log level
2024-07-12 18:37:57 +01:00
Henry Heng
e422ce287b
Feature/Indexing ( #1802 )
...
* indexing
* fix for multiple files upsert
* fix default Postgres port
* fix SQLite node description
* add MySQLRecordManager node
* fix MySQL unique index
* add upsert history
* update jsx ui
* lint-fix
* update dialog details
* update llamaindex pinecone
---------
Co-authored-by: chungyau97 <chungyau97@gmail.com >
2024-04-02 23:47:19 +01:00