Flowise/packages/components/nodes/vectorstores/Postgres
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
..
driver Feature/Add bullmq redis for message queue processing (#3568) 2025-01-23 14:08:02 +00:00
Postgres.ts Feature/Add bullmq redis for message queue processing (#3568) 2025-01-23 14:08:02 +00:00
README.md FEATURE:: Support for metrics collection - Prometheus and Open Telemetry (#3420) 2024-11-08 00:00:43 +00:00
postgres.svg add vector upsert ability 2023-11-16 18:34:17 +00: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 Vector Store

Postgres Vector Store integration for Flowise

🌱 Env Variables

Variable Description Type Default
POSTGRES_VECTORSTORE_HOST Default host for Postgres Vector Store String
POSTGRES_VECTORSTORE_PORT Default port for Postgres Vector Store Number 5432
POSTGRES_VECTORSTORE_USER Default user for Postgres Vector Store String
POSTGRES_VECTORSTORE_PASSWORD Default password for Postgres Vector Store String
POSTGRES_VECTORSTORE_DATABASE Default database for Postgres Vector Store String
POSTGRES_VECTORSTORE_TABLE_NAME Default tableName for Postgres Vector Store String documents
POSTGRES_VECTORSTORE_CONTENT_COLUMN_NAME Default contentColumnName for Postgres Vector Store String pageContent

License

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