* 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> |
||
|---|---|---|
| .. | ||
| PostgresRecordManager.ts | ||
| README.md | ||
| postgres.svg | ||
| utils.ts | ||
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.