Flowise/packages/components/nodes/recordmanager/PostgresRecordManager
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
..
PostgresRecordManager.ts [Prostgres Vector Store] Add PGVector Driver option + Fix null character issue w/ TypeORM Driver (#3367) 2024-11-01 18:13:45 +00:00
README.md [Prostgres Vector Store] Add PGVector Driver option + Fix null character issue w/ TypeORM Driver (#3367) 2024-11-01 18:13:45 +00:00
postgres.svg Feature/Indexing (#1802) 2024-04-02 23:47:19 +01:00
utils.ts [Prostgres Vector Store] Add PGVector Driver option + Fix null character issue w/ TypeORM Driver (#3367) 2024-11-01 18:13:45 +00:00

README.md

Postgres Record Manager

Postgres Record Manager integration for Flowise

🌱 Env Variables

Variable Description Type Default
POSTGRES_RECORDMANAGER_HOST Default host for Postgres Record Manager String
POSTGRES_RECORDMANAGER_PORT Default port for Postgres Record Manager Number 5432
POSTGRES_RECORDMANAGER_USER Default user for Postgres Record Manager String
POSTGRES_RECORDMANAGER_PASSWORD Default password for Postgres Record Manager String
POSTGRES_RECORDMANAGER_DATABASE Default database for Postgres Record Manager String
POSTGRES_RECORDMANAGER_TABLE_NAME Default tableName for Postgres Record Manager String upsertion_records

License

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