Henry Heng
601de76aea
Bugfix/Json parse metadata filter ( #5392 )
...
json parse metadata filter
2025-10-30 13:04:29 +00:00
Henry Heng
6885c38d18
Chore/Accept Dynamic Variable From Metadata Filter ( #5203 )
...
* add acceptVariable property to vector store metadata filter
* add accepVariadd acceptVariable property to other json fields
2025-09-13 11:28:53 +01:00
Aman Agarwal
3bd2d63a19
[fix 4206]: fix the empty array return for getBaseClasses when using typeorm driver and not the PGVectorStore ( #4225 )
...
fix the empty array return for getBaseClasses when using typeorm driver and not the PGVectorStore
Co-authored-by: Aman Agarwal <aman@syook.com>
2025-04-03 01:47:14 +08:00
Michael Young
4130156397
feat: Add SSL configuration option for Postgres connections ( #4130 )
...
Update README files for Postgres Record Manager and Vector Store to include a new SSL environment variable, allowing optional SSL configuration for database connections
2025-03-13 10:57:38 +00:00
Henry Heng
23ccef165d
Bugfix/Typeorm Postgres Driver Not Found ( #4024 )
...
add bugfix for driver not found
2025-02-12 19:19:52 +00:00
Henry Heng
a2a475ba7a
Feature/Add bullmq redis for message queue processing ( #3568 )
...
* add bullmq redis for message queue processing
* Update pnpm-lock.yaml
* update queue manager
* remove singleton patterns, add redis to cache pool
* add bull board ui
* update rate limit handler
* update redis configuration
* Merge add rate limit redis prefix
* update rate limit queue events
* update preview loader to queue
* refractor namings to constants
* update env variable for queue
* update worker shutdown gracefully
2025-01-23 14:08:02 +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
Vinod Kiran
fe03683f0c
FEATURE:: Support for metrics collection - Prometheus and Open Telemetry ( #3420 )
...
* adding support for prometheus and grafana
* open telemetry
* lint fixes
* missing counter and telemetry standardization
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-11-08 00:00:43 +00:00
Jérémy JOURDIN
15d59a9052
[Prostgres Vector Store] Add PGVector Driver option + Fix null character issue w/ TypeORM Driver ( #3367 )
...
* Add PGVector Driver option + Fix null character issue w/ TypeORM Driver
* Handle file upload case with PGVector
* Cleanup
* Fix data filtering for chatflow uploaded files
* Add distanceStrategy parameter
* Fix query to improve chatflow uploaded files filtering
* Ensure PGVector release connections
* Await client connected
* Make Postgres credentials optionnal when set on env variables
* Document env variables in nodes directories
* Prevent reuse client
* Fix empty metadataFilter
* Update CONTRIBUTING.md
* Update Postgres.ts
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-11-01 18:13:45 +00:00
Tyler
490855729b
Update placeholder port to match Postgres default ( #3307 )
2024-10-03 22:50:09 +01:00
Henry Heng
07059182af
Bugfix/implement missing delete method on pgvector ( #3180 )
...
implement missing delete method on pgvector
2024-09-12 02:28:45 +01:00
Henry Heng
66acd0c000
Feature/add ability to upload file from chat ( #3059 )
...
add ability to upload file from chat
2024-08-25 13:22:48 +01:00
Vinod Kiran
c0bae635b0
Document Store - Phase 2 ( #2912 )
...
* Document Store - Phase 2
* Adding additional columns for vector store config, document store phase 2
* Adding additional columns for vector store config, document store phase 2
* Document Store - Phase 2 - Upsert and Query
* ux cleanup
* retrieval settings and more ux changes
* adding MMR params to execution
* Making the upsert process async.
* add upsert history changes
* making the searchParams dynamic
* removing unnecessary params
* add ability to delete data from vector store
* update margin for vector store query
* adding option to save config in the retrieval playground
* adding chunk number for query return chunks
* Adding a Document Store node in the VectorStore category
* update doc store status, ui touchup
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-08-07 18:59:52 +01: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
b5ead0745b
Feature/Add filter to Postgres VectorStore ( #2674 )
...
* add filter to pgvs
* fix types
2024-06-19 13:44:20 +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
Henry
5a45a99620
Merge branch 'main' into chore/Upgrade-LC-version
2024-02-19 17:39:32 +08:00
Darien Kindlund
907d5c7ef7
Bumping version since this will change might break legacy Postgres chatflows that used TLS/SSL. This will help users remind them to upgrade their corresponding nodes.
2024-02-08 12:09:26 -05:00
Darien Kindlund
4a75396325
So apparently TypeORMVectorStore requires the field 'username' while Pool expects it to be 'user'. Need to populate both to avoid error messages.
2024-02-08 12:09:26 -05:00
Darien Kindlund
9af4eaaa8c
Fixing linting issues.
2024-02-08 12:09:26 -05:00
Darien Kindlund
e110a49a32
Migrating all TLS/SSL settings into additionalConfig so that there is consistency in how every function connects with Postgres in the same manner.
2024-02-08 12:09:26 -05:00
Darien Kindlund
5da3e3cc3e
Adding proper TLS/SSL support to poolOptions so that the similaritySearchVectorWithScore function actually connects to Postgres via TLS/SSL when specified in the additionalConfig.
2024-02-04 12:27:18 -05:00
Henry
0606d2c6dd
upgrade langchain version 0.1.0
2024-01-26 23:41:55 +00:00
tuxBurner
d8a778e4d9
Bumped version from 1.0 to 2.0
2024-01-05 12:46:47 +01:00
tuxBurner
b833cb80d4
Added ssl flag
2024-01-04 14:51:41 +01:00
tuxBurner
efe602970c
Added ssl flag for postgres vectorstores
2024-01-04 14:19:46 +01:00
Henry
7d13b6323f
fix namings, update description, show badge and node info
2023-11-22 19:48:01 +00:00
Henry
44cadc1cc3
add vector upsert ability
2023-11-16 18:34:17 +00:00